Html Css Color HEX #392B48 Jagger

📋 copy color: '#392B48'

red 57 ◦ green 43 ◦ blue 72

#392B48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #392B48

Tints of Jagger #392B48

RGB

 RED value IS 57 (22.66% from 255) = 33.14%

 GREEN value IS 43 (17.19% from 255) = 25%

 BLUE value IS 72 (28.52% from 255) = 41.86%

R = 33.14%
G = 25%
B = 41.86%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392B48 (or 0x392B48) is known color: Jagger. HEX triplet: 39, 2B and 48. RGB value is (57,43,72). Sum of RGB (Red+Green+Blue) = 57+43+72=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #392B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B48 is #C6D4B7. Grayscale: #323232. Windows color (decimal): -13030584 or 4729657. OLE color: 4729657.

HSL color Cylindrical-coordinate representation of color #392B48: hue angle of 268.97º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392B48 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 43 72 -
CMYK 0.21 0.40 0 0.72
HSL 268.97º 0.25% 0.23% -
HSV(B) 268.97º 0.4% 0.28% -
XYZ 3.72 3.07 6.53 -
YUV 50.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 57 43 72 0.21 0.40 0 0.72 268.97 0.25 0.23
Hex 39 2B 48 15 28 0 48 10D 19 17
Octal 71 53 110 25 50 0 110 415 31 27
Binary 111001 101011 1001000 10101 101000 0 1001000 100001101 11001 10111

Color Harmonies of #392B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B48

Black with #392B48

Text Example


Text Example

White with #392B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #392B48;
 }
 .AnyTagClassName
 {
   color: #392B48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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