#39244F

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

Shades of Jagger #39244F

Tints of Jagger #39244F

Color information

#39244F (or 0x39244F) is unknown color: approx Jagger. HEX triplet: 39, 24 and 4F. RGB value is (57,36,79). Sum of RGB (Red+Green+Blue) = 57+36+79=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #39244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39244F is #C6DBB0. Grayscale: #2F2F2F. Windows color (decimal): -13032369 or 5186617. OLE color: 5186617.

HSL color Cylindrical-coordinate representation of color #39244F: hue angle of 269.3º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39244F is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB573679-
CMYK0.280.5400.69
HSL269.3º37.39%22.55%-
HSV(B)269.3º54.43%30.98%-
XYZ3.732.77.72-
YUV47.18145.96135-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=33.14%
G=20.93%
B=45.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5736790.280.5400.69269.337.3922.55
Hex39244F1C3604510d2517
Octal7144117346601054154527
Binary1110011001001001111111001101100100010110000110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39244F; }

 p { color: rgb(57,36,79); }

 H1.HeaderClassName
 {
   color: #39244F;
 }
 .AnyTagClassName
 {
   color: #39244F;
 }
</style>
background-color css

<style>
 a { background-color: #39244F; }

 a { background-color: rgb(57,36,79); }

 div.DivClassName
 {
   background-color: #39244F;
 }
 .BgClassName
 {
   background-color: #39244F;
 }
</style>
border-color css

<style>
 span { border-color: #39244F; }

 span { border-color: rgb(57,36,79); }

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