Html Css Color HEX #392646 Jagger

📋 copy color: '#392646'

red 57 ◦ green 38 ◦ blue 70

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

Shades of Jagger #392646

Tints of Jagger #392646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

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

R = 34.55%
G = 23.03%
B = 42.42%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392646 (or 0x392646) is known color: Jagger. HEX triplet: 39, 26 and 46. RGB value is (57,38,70). Sum of RGB (Red+Green+Blue) = 57+38+70=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #392646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392646 is #C6D9B9. Grayscale: #2F2F2F. Windows color (decimal): -13031866 or 4597305. OLE color: 4597305.

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

Color convert

RGB 57 38 70 -
CMYK 0.19 0.46 0 0.73
HSL 275.63º 0.3% 0.21% -
HSV(B) 275.63º 0.46% 0.27% -
XYZ 3.49 2.7 6.13 -
YUV 47.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 57 38 70 0.19 0.46 0 0.73 275.63 0.3 0.21
Hex 39 26 46 13 2E 0 49 114 1E 15
Octal 71 46 106 23 56 0 111 424 36 25
Binary 111001 100110 1000110 10011 101110 0 1001001 100010100 11110 10101

Color Harmonies of #392646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392646

Black with #392646

Text Example


Text Example

White with #392646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392646; }

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

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

background-color css

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

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

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

border-color css

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

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

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