Html Css Color HEX #392448 Jagger

📋 copy color: '#392448'

red 57 ◦ green 36 ◦ blue 72

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

Shades of Jagger #392448

Tints of Jagger #392448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.82%

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

R = 34.55%
G = 21.82%
B = 43.64%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392448 (or 0x392448) is known color: Jagger. HEX triplet: 39, 24 and 48. RGB value is (57,36,72). Sum of RGB (Red+Green+Blue) = 57+36+72=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #392448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392448 is #C6DBB7. Grayscale: #2E2E2E. Windows color (decimal): -13032376 or 4727865. OLE color: 4727865.

HSL color Cylindrical-coordinate representation of color #392448: hue angle of 275º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #392448 is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 36 72 -
CMYK 0.21 0.5 0 0.72
HSL 275º 0.33% 0.21% -
HSV(B) 275º 0.5% 0.28% -
XYZ 3.49 2.6 6.45 -
YUV 46.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 57 36 72 0.21 0.5 0 0.72 275 0.33 0.21
Hex 39 24 48 15 32 0 48 113 21 15
Octal 71 44 110 25 62 0 110 423 41 25
Binary 111001 100100 1001000 10101 110010 0 1001000 100010011 100001 10101

Color Harmonies of #392448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392448

Black with #392448

Text Example


Text Example

White with #392448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392448; }

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

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

background-color css

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

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

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

border-color css

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

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

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