#3E324B

Color #3E324B Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #3E324B

Tints of Jagger #3E324B

Color information

#3E324B (or 0x3E324B) is unknown color: approx 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

RGB625075-
CMYK0.170.3300.71
HSL268.8º20%24.51%-
HSV(B)268.8º33.33%29.41%-
XYZ4.43.817.16-
YUV56.44138.48131.97-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6250750.170.3300.71268.82024.51
Hex3E324B112104710d1419
Octal7662113214101074152431
Binary111110110010100101110001100001010001111000011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>