Html Css Color HEX #373439 Jagger

📋 copy color: '#373439'

red 55 ◦ green 52 ◦ blue 57

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

Shades of Jagger #373439

Tints of Jagger #373439

RGB

 RED value IS 55 (21.88% from 255) = 33.54%

 GREEN value IS 52 (20.7% from 255) = 31.71%

 BLUE value IS 57 (22.66% from 255) = 34.76%

R = 33.54%
G = 31.71%
B = 34.76%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#373439 (or 0x373439) is known color: Jagger. HEX triplet: 37, 34 and 39. RGB value is (55,52,57). Sum of RGB (Red+Green+Blue) = 55+52+57=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 57 - color contains mainly: blue. Hex color #373439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373439 is #C8CBC6. Grayscale: #353535. Windows color (decimal): -13159367 or 3748919. OLE color: 3748919.

HSL color Cylindrical-coordinate representation of color #373439: hue angle of 276º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #373439 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 57 -
CMYK 0.04 0.09 0 0.78
HSL 276º 0.05% 0.21% -
HSV(B) 276º 0.09% 0.22% -
XYZ 3.54 3.56 4.37 -
YUV 53.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 55 52 57 0.04 0.09 0 0.78 276 0.05 0.21
Hex 37 34 39 4 9 0 4E 114 5 15
Octal 67 64 71 4 11 0 116 424 5 25
Binary 110111 110100 111001 100 1001 0 1001110 100010100 101 10101

Color Harmonies of #373439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373439

Black with #373439

Text Example


Text Example

White with #373439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373439; }

 p { color: rgb(55,52,57); }

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

background-color css

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

 a { background-color: rgb(55,52,57); }

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

border-color css

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

 span { border-color: rgb(55,52,57); }

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