Html Css Color HEX #392248 Jagger

📋 copy color: '#392248'

red 57 ◦ green 34 ◦ blue 72

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

Shades of Jagger #392248

Tints of Jagger #392248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.86%

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

R = 34.97%
G = 20.86%
B = 44.17%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392248 (or 0x392248) is known color: Jagger. HEX triplet: 39, 22 and 48. RGB value is (57,34,72). Sum of RGB (Red+Green+Blue) = 57+34+72=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #392248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392248 is #C6DDB7. Grayscale: #2D2D2D. Windows color (decimal): -13032888 or 4727353. OLE color: 4727353.

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

Color convert

RGB 57 34 72 -
CMYK 0.21 0.53 0 0.72
HSL 276.32º 0.36% 0.21% -
HSV(B) 276.32º 0.53% 0.28% -
XYZ 3.43 2.48 6.43 -
YUV 45.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 57 34 72 0.21 0.53 0 0.72 276.32 0.36 0.21
Hex 39 22 48 15 35 0 48 114 24 15
Octal 71 42 110 25 65 0 110 424 44 25
Binary 111001 100010 1001000 10101 110101 0 1001000 100010100 100100 10101

Color Harmonies of #392248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392248

Black with #392248

Text Example


Text Example

White with #392248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392248; }

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

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

background-color css

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

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

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

border-color css

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

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

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