Html Css Color HEX #37323A Jagger

📋 copy color: '#37323A'

red 55 ◦ green 50 ◦ blue 58

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

Shades of Jagger #37323A

Tints of Jagger #37323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

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

R = 33.74%
G = 30.67%
B = 35.58%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37323A (or 0x37323A) is known color: Jagger. HEX triplet: 37, 32 and 3A. RGB value is (55,50,58). Sum of RGB (Red+Green+Blue) = 55+50+58=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 58 - color contains mainly: blue. Hex color #37323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37323A is #C8CDC5. Grayscale: #343434. Windows color (decimal): -13159878 or 3813943. OLE color: 3813943.

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

Color convert

RGB 55 50 58 -
CMYK 0.05 0.14 0 0.77
HSL 277.5º 0.07% 0.21% -
HSV(B) 277.5º 0.14% 0.23% -
XYZ 3.48 3.4 4.48 -
YUV 52.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 55 50 58 0.05 0.14 0 0.77 277.5 0.07 0.21
Hex 37 32 3A 5 E 0 4D 116 7 15
Octal 67 62 72 5 16 0 115 426 7 25
Binary 110111 110010 111010 101 1110 0 1001101 100010110 111 10101

Color Harmonies of #37323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37323A

Black with #37323A

Text Example


Text Example

White with #37323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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