Html Css Color HEX #392346 Jagger

📋 copy color: '#392346'

red 57 ◦ green 35 ◦ blue 70

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

Shades of Jagger #392346

Tints of Jagger #392346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.6%

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

R = 35.19%
G = 21.6%
B = 43.21%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392346 (or 0x392346) is known color: Jagger. HEX triplet: 39, 23 and 46. RGB value is (57,35,70). Sum of RGB (Red+Green+Blue) = 57+35+70=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #392346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392346 is #C6DCB9. Grayscale: #2D2D2D. Windows color (decimal): -13032634 or 4596537. OLE color: 4596537.

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

Color convert

RGB 57 35 70 -
CMYK 0.19 0.5 0 0.73
HSL 277.71º 0.33% 0.21% -
HSV(B) 277.71º 0.5% 0.27% -
XYZ 3.39 2.51 6.1 -
YUV 45.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 57 35 70 0.19 0.5 0 0.73 277.71 0.33 0.21
Hex 39 23 46 13 32 0 49 116 21 15
Octal 71 43 106 23 62 0 111 426 41 25
Binary 111001 100011 1000110 10011 110010 0 1001001 100010110 100001 10101

Color Harmonies of #392346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392346

Black with #392346

Text Example


Text Example

White with #392346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392346; }

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

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

background-color css

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

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

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

border-color css

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

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

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