#37341D

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

Shades of Graphite #37341D

Tints of Graphite #37341D

Color information

#37341D (or 0x37341D) is unknown color: approx Graphite. HEX triplet: 37, 34 and 1D. RGB value is (55,52,29). Sum of RGB (Red+Green+Blue) = 55+52+29=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #37341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37341D is #C8CBE2. Grayscale: #323232. Windows color (decimal): -13159395 or 1913911. OLE color: 1913911.

HSL color Cylindrical-coordinate representation of color #37341D: hue angle of 53.08º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37341D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB555229-
CMYK00.050.470.78
HSL53.08º30.95%16.47%-
HSV(B)53.08º47.27%21.57%-
XYZ3.033.361.65-
YUV50.27115.99131.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=40.44%
G=38.24%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55522900.050.470.7853.0830.9516.47
Hex37341D052F4E351f10
Octal6764350557116653720
Binary11011111010011101010110111110011101101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,52,29); }

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

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

 a { background-color: rgb(55,52,29); }

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

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

 span { border-color: rgb(55,52,29); }

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