#37301B

Color #37301B Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #37301B

Tints of Graphite #37301B

Color information

#37301B (or 0x37301B) is unknown color: approx Graphite. HEX triplet: 37, 30 and 1B. RGB value is (55,48,27). Sum of RGB (Red+Green+Blue) = 55+48+27=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #37301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37301B is #C8CFE4. Grayscale: #2F2F2F. Windows color (decimal): -13160421 or 1781815. OLE color: 1781815.

HSL color Cylindrical-coordinate representation of color #37301B: hue angle of 45º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37301B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB554827-
CMYK00.130.510.78
HSL45º34.15%16.08%-
HSV(B)45º50.91%21.57%-
XYZ2.833.011.47-
YUV47.7116.32133.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=42.31%
G=36.92%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55482700.130.510.784534.1516.08
Hex37301B0D334E2d2210
Octal67603301563116554220
Binary1101111100001101101101110011100111010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37301B; }

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

 H1.HeaderClassName
 {
   color: #37301B;
 }
 .AnyTagClassName
 {
   color: #37301B;
 }
</style>
background-color css

<style>
 a { background-color: #37301B; }

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

 div.DivClassName
 {
   background-color: #37301B;
 }
 .BgClassName
 {
   background-color: #37301B;
 }
</style>
border-color css

<style>
 span { border-color: #37301B; }

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

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