Html Css Color HEX #392840 Jagger

📋 copy color: '#392840'

red 57 ◦ green 40 ◦ blue 64

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

Shades of Jagger #392840

Tints of Jagger #392840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 35.4%
G = 24.84%
B = 39.75%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392840 (or 0x392840) is known color: Jagger. HEX triplet: 39, 28 and 40. RGB value is (57,40,64). Sum of RGB (Red+Green+Blue) = 57+40+64=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #392840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392840 is #C6D7BF. Grayscale: #2F2F2F. Windows color (decimal): -13031360 or 4204601. OLE color: 4204601.

HSL color Cylindrical-coordinate representation of color #392840: hue angle of 282.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #392840 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 40 64 -
CMYK 0.11 0.38 0 0.75
HSL 282.5º 0.23% 0.2% -
HSV(B) 282.5º 0.38% 0.25% -
XYZ 3.37 2.76 5.21 -
YUV 47.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 57 40 64 0.11 0.38 0 0.75 282.5 0.23 0.2
Hex 39 28 40 B 26 0 4B 11A 17 14
Octal 71 50 100 13 46 0 113 432 27 24
Binary 111001 101000 1000000 1011 100110 0 1001011 100011010 10111 10100

Color Harmonies of #392840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392840

Black with #392840

Text Example


Text Example

White with #392840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392840; }

 p { color: rgb(57,40,64); }

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

background-color css

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

 a { background-color: rgb(57,40,64); }

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

border-color css

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

 span { border-color: rgb(57,40,64); }

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