#39284C

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

Shades of Jagger #39284C

Tints of Jagger #39284C

Color information

#39284C (or 0x39284C) is unknown color: approx Jagger. HEX triplet: 39, 28 and 4C. RGB value is (57,40,76). Sum of RGB (Red+Green+Blue) = 57+40+76=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #39284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39284C is #C6D7B3. Grayscale: #313131. Windows color (decimal): -13031348 or 4991033. OLE color: 4991033.

HSL color Cylindrical-coordinate representation of color #39284C: hue angle of 268.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39284C is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB574076-
CMYK0.250.4700.70
HSL268.33º31.03%22.75%-
HSV(B)268.33º47.37%29.8%-
XYZ3.752.917.2-
YUV49.19143.13133.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=32.95%
G=23.12%
B=43.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5740760.250.4700.70268.3331.0322.75
Hex39284C192F04610c1f17
Octal7150114315701064143727
Binary111001101000100110011001101111010001101000011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39284C; }

 p { color: rgb(57,40,76); }

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

<style>
 a { background-color: #39284C; }

 a { background-color: rgb(57,40,76); }

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

<style>
 span { border-color: #39284C; }

 span { border-color: rgb(57,40,76); }

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