Html Css Color HEX #373339 Jagger

📋 copy color: '#373339'

red 55 ◦ green 51 ◦ blue 57

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

Shades of Jagger #373339

Tints of Jagger #373339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.29%

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

R = 33.74%
G = 31.29%
B = 34.97%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#373339 (or 0x373339) is known color: Jagger. HEX triplet: 37, 33 and 39. RGB value is (55,51,57). Sum of RGB (Red+Green+Blue) = 55+51+57=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 57 - color contains mainly: blue. Hex color #373339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373339 is #C8CCC6. Grayscale: #343434. Windows color (decimal): -13159623 or 3748663. OLE color: 3748663.

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

Color convert

RGB 55 51 57 -
CMYK 0.04 0.11 0 0.78
HSL 280º 0.06% 0.21% -
HSV(B) 280º 0.11% 0.22% -
XYZ 3.5 3.48 4.36 -
YUV 52.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 55 51 57 0.04 0.11 0 0.78 280 0.06 0.21
Hex 37 33 39 4 B 0 4E 118 6 15
Octal 67 63 71 4 13 0 116 430 6 25
Binary 110111 110011 111001 100 1011 0 1001110 100011000 110 10101

Color Harmonies of #373339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373339

Black with #373339

Text Example


Text Example

White with #373339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373339; }

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

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

background-color css

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

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

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

border-color css

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

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

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