#39244A

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

Shades of Jagger #39244A

Tints of Jagger #39244A

Color information

#39244A (or 0x39244A) is unknown color: approx Jagger. HEX triplet: 39, 24 and 4A. RGB value is (57,36,74). Sum of RGB (Red+Green+Blue) = 57+36+74=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #39244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39244A is #C6DBB5. Grayscale: #2E2E2E. Windows color (decimal): -13032374 or 4858937. OLE color: 4858937.

HSL color Cylindrical-coordinate representation of color #39244A: hue angle of 273.16º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39244A is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB573674-
CMYK0.230.5100.71
HSL273.16º34.55%21.57%-
HSV(B)273.16º51.35%29.02%-
XYZ3.552.636.8-
YUV46.61143.46135.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=34.13%
G=21.56%
B=44.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5736740.230.5100.71273.1634.5521.57
Hex39244A17330471112316
Octal7144112276301074214326
Binary1110011001001001010101111100110100011110001000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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