Html Css Color HEX #37333A Jagger

📋 copy color: '#37333A'

red 55 ◦ green 51 ◦ blue 58

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

Shades of Jagger #37333A

Tints of Jagger #37333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.37%

R = 33.54%
G = 31.1%
B = 35.37%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37333A (or 0x37333A) is known color: 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

RGB 55 51 58 -
CMYK 0.05 0.12 0 0.77
HSL 274.29º 0.06% 0.21% -
HSV(B) 274.29º 0.12% 0.23% -
XYZ 3.52 3.49 4.49 -
YUV 52.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 55 51 58 0.05 0.12 0 0.77 274.29 0.06 0.21
Hex 37 33 3A 5 C 0 4D 112 6 15
Octal 67 63 72 5 14 0 115 422 6 25
Binary 110111 110011 111010 101 1100 0 1001101 100010010 110 10101

Color Harmonies of #37333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37333A

Black with #37333A

Text Example


Text Example

White with #37333A

Text Example


Text Example

HTML Codes & Css Web 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>