Html Css Color HEX #3E324B Jagger

📋 copy color: '#3E324B'

red 62 ◦ green 50 ◦ blue 75

#3E324B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3E324B

Tints of Jagger #3E324B

RGB

 RED value IS 62 (24.61% from 255) = 33.16%

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 33.16%
G = 26.74%
B = 40.11%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3E324B (or 0x3E324B) is known color: Jagger. HEX triplet: 3E, 32 and 4B. RGB value is (62,50,75). Sum of RGB (Red+Green+Blue) = 62+50+75=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E324B is #C1CDB4. Grayscale: #383838. Windows color (decimal): -12701109 or 4928062. OLE color: 4928062.

HSL color Cylindrical-coordinate representation of color #3E324B: hue angle of 268.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E324B is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 50 75 -
CMYK 0.17 0.33 0 0.71
HSL 268.8º 0.2% 0.25% -
HSV(B) 268.8º 0.33% 0.29% -
XYZ 4.4 3.81 7.16 -
YUV 56.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 62 50 75 0.17 0.33 0 0.71 268.8 0.2 0.25
Hex 3E 32 4B 11 21 0 47 10D 14 19
Octal 76 62 113 21 41 0 107 415 24 31
Binary 111110 110010 1001011 10001 100001 0 1000111 100001101 10100 11001

Color Harmonies of #3E324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E324B

Black with #3E324B

Text Example


Text Example

White with #3E324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E324B; }

 p { color: rgb(62,50,75); }

 H1.HeaderClassName
 {
   color: #3E324B;
 }
 .AnyTagClassName
 {
   color: #3E324B;
 }
</style>

background-color css

<style>
 a { background-color: #3E324B; }

 a { background-color: rgb(62,50,75); }

 div.DivClassName
 {
   background-color: #3E324B;
 }
 .BgClassName
 {
   background-color: #3E324B;
 }
</style>

border-color css

<style>
 span { border-color: #3E324B; }

 span { border-color: rgb(62,50,75); }

 td.TdClassName
 {
   border-color: #3E324B;
 }
 .TagClassName
 {
   border-color: #3E324B;
 }
</style>