Html Css Color HEX #37313D Jagger

📋 copy color: '#37313D'

red 55 ◦ green 49 ◦ blue 61

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

Shades of Jagger #37313D

Tints of Jagger #37313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.7%

 BLUE value IS 61 (24.22% from 255) = 36.97%

R = 33.33%
G = 29.7%
B = 36.97%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37313D (or 0x37313D) is known color: Jagger. HEX triplet: 37, 31 and 3D. RGB value is (55,49,61). Sum of RGB (Red+Green+Blue) = 55+49+61=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 61 - color contains mainly: blue. Hex color #37313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37313D is #C8CEC2. Grayscale: #343434. Windows color (decimal): -13160131 or 4010295. OLE color: 4010295.

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

Color convert

RGB 55 49 61 -
CMYK 0.10 0.20 0 0.76
HSL 270º 0.11% 0.22% -
HSV(B) 270º 0.2% 0.24% -
XYZ 3.52 3.35 4.88 -
YUV 52.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 55 49 61 0.10 0.20 0 0.76 270 0.11 0.22
Hex 37 31 3D A 14 0 4C 10E B 16
Octal 67 61 75 12 24 0 114 416 13 26
Binary 110111 110001 111101 1010 10100 0 1001100 100001110 1011 10110

Color Harmonies of #37313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37313D

Black with #37313D

Text Example


Text Example

White with #37313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37313D; }

 p { color: rgb(55,49,61); }

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

background-color css

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

 a { background-color: rgb(55,49,61); }

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

border-color css

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

 span { border-color: rgb(55,49,61); }

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