#39254C

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

Shades of Jagger #39254C

Tints of Jagger #39254C

Color information

#39254C (or 0x39254C) is unknown color: approx Jagger. HEX triplet: 39, 25 and 4C. RGB value is (57,37,76). Sum of RGB (Red+Green+Blue) = 57+37+76=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #39254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39254C is #C6DAB3. Grayscale: #2F2F2F. Windows color (decimal): -13032116 or 4990265. OLE color: 4990265.

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

Color convert

RGB573776-
CMYK0.250.5100.70
HSL270.77º34.51%22.16%-
HSV(B)270.77º51.32%29.8%-
XYZ3.652.717.17-
YUV47.43144.13134.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.53%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 76 (30.08% from 255) = 44.71%
R=33.53%
G=21.76%
B=44.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5737760.250.5100.70270.7734.5122.16
Hex39254C193304610f2316
Octal7145114316301064174326
Binary1110011001011001100110011100110100011010000111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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