#332E1F

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

Shades of Graphite #332E1F

Tints of Graphite #332E1F

Color information

#332E1F (or 0x332E1F) is unknown color: approx Graphite. HEX triplet: 33, 2E and 1F. RGB value is (51,46,31). Sum of RGB (Red+Green+Blue) = 51+46+31=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #332E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E1F is #CCD1E0. Grayscale: #2D2D2D. Windows color (decimal): -13423073 or 2043443. OLE color: 2043443.

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

Color convert

RGB514631-
CMYK00.100.390.8
HSL45º24.39%16.08%-
HSV(B)45º39.22%20%-
XYZ2.592.761.69-
YUV45.78119.66131.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=39.84%
G=35.94%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51463100.100.390.84524.3916.08
Hex332E1F0A27502d1810
Octal63563701247120553020
Binary110011101110111110101010011110100001011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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