#332E1E

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

Shades of Graphite #332E1E

Tints of Graphite #332E1E

Color information

#332E1E (or 0x332E1E) is unknown color: approx Graphite. HEX triplet: 33, 2E and 1E. RGB value is (51,46,30). Sum of RGB (Red+Green+Blue) = 51+46+30=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #332E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E1E is #CCD1E1. Grayscale: #2D2D2D. Windows color (decimal): -13423074 or 1977907. OLE color: 1977907.

HSL color Cylindrical-coordinate representation of color #332E1E: hue angle of 45.71º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #332E1E is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB514630-
CMYK00.100.410.8
HSL45.71º25.93%15.88%-
HSV(B)45.71º41.18%20%-
XYZ2.582.751.62-
YUV45.67119.16131.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=40.16%
G=36.22%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51463000.100.410.845.7125.9315.88
Hex332E1E0A29502e1a10
Octal63563601251120563220
Binary110011101110111100101010100110100001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332E1E; }

 p { color: rgb(51,46,30); }

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

<style>
 a { background-color: #332E1E; }

 a { background-color: rgb(51,46,30); }

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

<style>
 span { border-color: #332E1E; }

 span { border-color: rgb(51,46,30); }

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