#392B4B

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

Shades of Jagger #392B4B

Tints of Jagger #392B4B

Color information

#392B4B (or 0x392B4B) is unknown color: approx Jagger. HEX triplet: 39, 2B and 4B. RGB value is (57,43,75). Sum of RGB (Red+Green+Blue) = 57+43+75=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #392B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B4B is #C6D4B4. Grayscale: #323232. Windows color (decimal): -13030581 or 4926265. OLE color: 4926265.

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

Color convert

RGB574375-
CMYK0.240.4300.71
HSL266.25º27.12%23.14%-
HSV(B)266.25º42.67%29.41%-
XYZ3.823.117.05-
YUV50.83141.64132.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=32.57%
G=24.57%
B=42.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5743750.240.4300.71266.2527.1223.14
Hex392B4B182B04710a1b17
Octal7153113305301074123327
Binary111001101011100101111000101011010001111000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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