Html Css Color HEX #392C40 Jagger

📋 copy color: '#392C40'

red 57 ◦ green 44 ◦ blue 64

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

Shades of Jagger #392C40

Tints of Jagger #392C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 34.55%
G = 26.67%
B = 38.79%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392C40 (or 0x392C40) is known color: Jagger. HEX triplet: 39, 2C and 40. RGB value is (57,44,64). Sum of RGB (Red+Green+Blue) = 57+44+64=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #392C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C40 is #C6D3BF. Grayscale: #323232. Windows color (decimal): -13030336 or 4205625. OLE color: 4205625.

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

Color convert

RGB 57 44 64 -
CMYK 0.11 0.31 0 0.75
HSL 279º 0.19% 0.21% -
HSV(B) 279º 0.31% 0.25% -
XYZ 3.51 3.04 5.25 -
YUV 50.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 57 44 64 0.11 0.31 0 0.75 279 0.19 0.21
Hex 39 2C 40 B 1F 0 4B 117 13 15
Octal 71 54 100 13 37 0 113 427 23 25
Binary 111001 101100 1000000 1011 11111 0 1001011 100010111 10011 10101

Color Harmonies of #392C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C40

Black with #392C40

Text Example


Text Example

White with #392C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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