Html Css Color HEX #37303F Jagger

📋 copy color: '#37303F'

red 55 ◦ green 48 ◦ blue 63

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

Shades of Jagger #37303F

Tints of Jagger #37303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.95%

R = 33.13%
G = 28.92%
B = 37.95%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#37303F (or 0x37303F) is known color: Jagger. HEX triplet: 37, 30 and 3F. RGB value is (55,48,63). Sum of RGB (Red+Green+Blue) = 55+48+63=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #37303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37303F is #C8CFC0. Grayscale: #333333. Windows color (decimal): -13160385 or 4141111. OLE color: 4141111.

HSL color Cylindrical-coordinate representation of color #37303F: hue angle of 268º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #37303F is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 48 63 -
CMYK 0.13 0.24 0 0.75
HSL 268º 0.14% 0.22% -
HSV(B) 268º 0.24% 0.25% -
XYZ 3.53 3.29 5.15 -
YUV 51.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 55 48 63 0.13 0.24 0 0.75 268 0.14 0.22
Hex 37 30 3F D 18 0 4B 10C E 16
Octal 67 60 77 15 30 0 113 414 16 26
Binary 110111 110000 111111 1101 11000 0 1001011 100001100 1110 10110

Color Harmonies of #37303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37303F

Black with #37303F

Text Example


Text Example

White with #37303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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