Html Css Color HEX #392246 Jagger

📋 copy color: '#392246'

red 57 ◦ green 34 ◦ blue 70

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

Shades of Jagger #392246

Tints of Jagger #392246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 43.48%

R = 35.4%
G = 21.12%
B = 43.48%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392246 (or 0x392246) is known color: Jagger. HEX triplet: 39, 22 and 46. RGB value is (57,34,70). Sum of RGB (Red+Green+Blue) = 57+34+70=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: blue. Hex color #392246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392246 is #C6DDB9. Grayscale: #2C2C2C. Windows color (decimal): -13032890 or 4596281. OLE color: 4596281.

HSL color Cylindrical-coordinate representation of color #392246: hue angle of 278.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392246 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 34 70 -
CMYK 0.19 0.51 0 0.73
HSL 278.33º 0.35% 0.2% -
HSV(B) 278.33º 0.51% 0.27% -
XYZ 3.36 2.46 6.09 -
YUV 44.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 57 34 70 0.19 0.51 0 0.73 278.33 0.35 0.2
Hex 39 22 46 13 33 0 49 116 23 14
Octal 71 42 106 23 63 0 111 426 43 24
Binary 111001 100010 1000110 10011 110011 0 1001001 100010110 100011 10100

Color Harmonies of #392246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392246

Black with #392246

Text Example


Text Example

White with #392246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392246; }

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

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

background-color css

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

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

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

border-color css

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

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

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