Html Css Color HEX #392B41 Jagger

📋 copy color: '#392B41'

red 57 ◦ green 43 ◦ blue 65

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

Shades of Jagger #392B41

Tints of Jagger #392B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

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

R = 34.55%
G = 26.06%
B = 39.39%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392B41 (or 0x392B41) is known color: Jagger. HEX triplet: 39, 2B and 41. RGB value is (57,43,65). Sum of RGB (Red+Green+Blue) = 57+43+65=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #392B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B41 is #C6D4BE. Grayscale: #313131. Windows color (decimal): -13030591 or 4270905. OLE color: 4270905.

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

Color convert

RGB 57 43 65 -
CMYK 0.12 0.34 0 0.75
HSL 278.18º 0.2% 0.21% -
HSV(B) 278.18º 0.34% 0.25% -
XYZ 3.51 2.98 5.39 -
YUV 49.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 57 43 65 0.12 0.34 0 0.75 278.18 0.2 0.21
Hex 39 2B 41 C 22 0 4B 116 14 15
Octal 71 53 101 14 42 0 113 426 24 25
Binary 111001 101011 1000001 1100 100010 0 1001011 100010110 10100 10101

Color Harmonies of #392B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B41

Black with #392B41

Text Example


Text Example

White with #392B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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