Html Css Color HEX #37303C Jagger

📋 copy color: '#37303C'

red 55 ◦ green 48 ◦ blue 60

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

Shades of Jagger #37303C

Tints of Jagger #37303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

 BLUE value IS 60 (23.83% from 255) = 36.81%

R = 33.74%
G = 29.45%
B = 36.81%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37303C (or 0x37303C) is known color: Jagger. HEX triplet: 37, 30 and 3C. RGB value is (55,48,60). Sum of RGB (Red+Green+Blue) = 55+48+60=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 60 - color contains mainly: blue. Hex color #37303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37303C is #C8CFC3. Grayscale: #333333. Windows color (decimal): -13160388 or 3944503. OLE color: 3944503.

HSL color Cylindrical-coordinate representation of color #37303C: hue angle of 275º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #37303C is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 48 60 -
CMYK 0.08 0.20 0 0.76
HSL 275º 0.11% 0.21% -
HSV(B) 275º 0.2% 0.24% -
XYZ 3.45 3.25 4.72 -
YUV 51.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 55 48 60 0.08 0.20 0 0.76 275 0.11 0.21
Hex 37 30 3C 8 14 0 4C 113 B 15
Octal 67 60 74 10 24 0 114 423 13 25
Binary 110111 110000 111100 1000 10100 0 1001100 100010011 1011 10101

Color Harmonies of #37303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37303C

Black with #37303C

Text Example


Text Example

White with #37303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37303C; }

 p { color: rgb(55,48,60); }

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

background-color css

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

 a { background-color: rgb(55,48,60); }

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

border-color css

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

 span { border-color: rgb(55,48,60); }

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