#392C4B

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

Shades of Jagger #392C4B

Tints of Jagger #392C4B

Color information

#392C4B (or 0x392C4B) is unknown color: approx Jagger. HEX triplet: 39, 2C and 4B. RGB value is (57,44,75). Sum of RGB (Red+Green+Blue) = 57+44+75=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #392C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C4B is #C6D3B4. Grayscale: #333333. Windows color (decimal): -13030325 or 4926521. OLE color: 4926521.

HSL color Cylindrical-coordinate representation of color #392C4B: hue angle of 265.16º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #392C4B is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB574475-
CMYK0.240.4100.71
HSL265.16º26.05%23.33%-
HSV(B)265.16º41.33%29.41%-
XYZ3.863.187.07-
YUV51.42141.31131.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=32.39%
G=25%
B=42.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5744750.240.4100.71265.1626.0523.33
Hex392C4B18290471091a17
Octal7154113305101074113227
Binary111001101100100101111000101001010001111000010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392C4B; }

 p { color: rgb(57,44,75); }

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

<style>
 a { background-color: #392C4B; }

 a { background-color: rgb(57,44,75); }

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

<style>
 span { border-color: #392C4B; }

 span { border-color: rgb(57,44,75); }

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