#39254A

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

Shades of Jagger #39254A

Tints of Jagger #39254A

Color information

#39254A (or 0x39254A) is unknown color: approx Jagger. HEX triplet: 39, 25 and 4A. RGB value is (57,37,74). Sum of RGB (Red+Green+Blue) = 57+37+74=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #39254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39254A is #C6DAB5. Grayscale: #2F2F2F. Windows color (decimal): -13032118 or 4859193. OLE color: 4859193.

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

Color convert

RGB573774-
CMYK0.230.5000.71
HSL272.43º33.33%21.76%-
HSV(B)272.43º50%29.02%-
XYZ3.582.696.81-
YUV47.2143.13134.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=33.93%
G=22.02%
B=44.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5737740.230.5000.71272.4333.3321.76
Hex39254A17320471102116
Octal7145112276201074204126
Binary1110011001011001010101111100100100011110001000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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