#37301A

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

Shades of Graphite #37301A

Tints of Graphite #37301A

Color information

#37301A (or 0x37301A) is unknown color: approx Graphite. HEX triplet: 37, 30 and 1A. RGB value is (55,48,26). Sum of RGB (Red+Green+Blue) = 55+48+26=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #37301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37301A is #C8CFE5. Grayscale: #2F2F2F. Windows color (decimal): -13160422 or 1716279. OLE color: 1716279.

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

Color convert

RGB554826-
CMYK00.130.530.78
HSL45.52º35.8%15.88%-
HSV(B)45.52º52.73%21.57%-
XYZ2.8231.41-
YUV47.58115.82133.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=42.64%
G=37.21%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55482600.130.530.7845.5235.815.88
Hex37301A0D354E2e2410
Octal67603201565116564420
Binary1101111100001101001101110101100111010111010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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