Html Css Color HEX #392641 Jagger

📋 copy color: '#392641'

red 57 ◦ green 38 ◦ blue 65

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

Shades of Jagger #392641

Tints of Jagger #392641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.63%

R = 35.63%
G = 23.75%
B = 40.63%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392641 (or 0x392641) is known color: Jagger. HEX triplet: 39, 26 and 41. RGB value is (57,38,65). Sum of RGB (Red+Green+Blue) = 57+38+65=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #392641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392641 is #C6D9BE. Grayscale: #2E2E2E. Windows color (decimal): -13031871 or 4269625. OLE color: 4269625.

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

Color convert

RGB 57 38 65 -
CMYK 0.12 0.42 0 0.75
HSL 282.22º 0.26% 0.2% -
HSV(B) 282.22º 0.42% 0.25% -
XYZ 3.33 2.64 5.33 -
YUV 46.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 57 38 65 0.12 0.42 0 0.75 282.22 0.26 0.2
Hex 39 26 41 C 2A 0 4B 11A 1A 14
Octal 71 46 101 14 52 0 113 432 32 24
Binary 111001 100110 1000001 1100 101010 0 1001011 100011010 11010 10100

Color Harmonies of #392641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392641

Black with #392641

Text Example


Text Example

White with #392641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392641; }

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

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

background-color css

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

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

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

border-color css

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

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

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