#37333A

Color #37333A Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #37333A

Tints of Jagger #37333A

Color information

#37333A (or 0x37333A) is unknown color: approx Jagger. HEX triplet: 37, 33 and 3A. RGB value is (55,51,58). Sum of RGB (Red+Green+Blue) = 55+51+58=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 58 - color contains mainly: blue. Hex color #37333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37333A is #C8CCC5. Grayscale: #343434. Windows color (decimal): -13159622 or 3814199. OLE color: 3814199.

HSL color Cylindrical-coordinate representation of color #37333A: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #37333A is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB555158-
CMYK0.050.1200.77
HSL274.29º6.42%21.37%-
HSV(B)274.29º12.07%22.75%-
XYZ3.523.494.49-
YUV52.99130.83129.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.54%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=33.54%
G=31.10%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5551580.050.1200.77274.296.4221.37
Hex37333A5C04D112615
Octal6763725140115422625
Binary11011111001111101010111000100110110001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37333A; }

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

 H1.HeaderClassName
 {
   color: #37333A;
 }
 .AnyTagClassName
 {
   color: #37333A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #37333A;
 }
 .BgClassName
 {
   background-color: #37333A;
 }
</style>
border-color css

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

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

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