Html Css Color HEX #37293E Jagger

📋 copy color: '#37293E'

red 55 ◦ green 41 ◦ blue 62

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

Shades of Jagger #37293E

Tints of Jagger #37293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.95%

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 34.81%
G = 25.95%
B = 39.24%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37293E (or 0x37293E) is known color: Jagger. HEX triplet: 37, 29 and 3E. RGB value is (55,41,62). Sum of RGB (Red+Green+Blue) = 55+41+62=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 62 - color contains mainly: blue. Hex color #37293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37293E is #C8D6C1. Grayscale: #2F2F2F. Windows color (decimal): -13162178 or 4073783. OLE color: 4073783.

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

Color convert

RGB 55 41 62 -
CMYK 0.11 0.34 0 0.76
HSL 280º 0.2% 0.2% -
HSV(B) 280º 0.34% 0.24% -
XYZ 3.24 2.75 4.92 -
YUV 47.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 55 41 62 0.11 0.34 0 0.76 280 0.2 0.2
Hex 37 29 3E B 22 0 4C 118 14 14
Octal 67 51 76 13 42 0 114 430 24 24
Binary 110111 101001 111110 1011 100010 0 1001100 100011000 10100 10100

Color Harmonies of #37293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37293E

Black with #37293E

Text Example


Text Example

White with #37293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37293E; }

 p { color: rgb(55,41,62); }

 H1.HeaderClassName
 {
   color: #37293E;
 }
 .AnyTagClassName
 {
   color: #37293E;
 }
</style>

background-color css

<style>
 a { background-color: #37293E; }

 a { background-color: rgb(55,41,62); }

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

border-color css

<style>
 span { border-color: #37293E; }

 span { border-color: rgb(55,41,62); }

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