Html Css Color HEX #392940 Jagger

📋 copy color: '#392940'

red 57 ◦ green 41 ◦ blue 64

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

Shades of Jagger #392940

Tints of Jagger #392940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.31%

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

R = 35.19%
G = 25.31%
B = 39.51%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392940 (or 0x392940) is known color: Jagger. HEX triplet: 39, 29 and 40. RGB value is (57,41,64). Sum of RGB (Red+Green+Blue) = 57+41+64=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #392940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392940 is #C6D6BF. Grayscale: #303030. Windows color (decimal): -13031104 or 4204857. OLE color: 4204857.

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

Color convert

RGB 57 41 64 -
CMYK 0.11 0.36 0 0.75
HSL 281.74º 0.22% 0.21% -
HSV(B) 281.74º 0.36% 0.25% -
XYZ 3.41 2.83 5.22 -
YUV 48.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 57 41 64 0.11 0.36 0 0.75 281.74 0.22 0.21
Hex 39 29 40 B 24 0 4B 11A 16 15
Octal 71 51 100 13 44 0 113 432 26 25
Binary 111001 101001 1000000 1011 100100 0 1001011 100011010 10110 10101

Color Harmonies of #392940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392940

Black with #392940

Text Example


Text Example

White with #392940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392940; }

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

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

background-color css

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

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

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

border-color css

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

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

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