#33312A

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

Shades of Graphite #33312A

Tints of Graphite #33312A

Color information

#33312A (or 0x33312A) is unknown color: approx Graphite. HEX triplet: 33, 31 and 2A. RGB value is (51,49,42). Sum of RGB (Red+Green+Blue) = 51+49+42=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #33312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33312A is #CCCED5. Grayscale: #303030. Windows color (decimal): -13422294 or 2765107. OLE color: 2765107.

HSL color Cylindrical-coordinate representation of color #33312A: hue angle of 46.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #33312A is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB514942-
CMYK00.040.180.8
HSL46.67º9.68%18.24%-
HSV(B)46.67º17.65%20%-
XYZ2.883.072.63-
YUV48.8124.16129.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=35.92%
G=34.51%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51494200.040.180.846.679.6818.24
Hex33312A0412502fa12
Octal6361520422120571222
Binary1100111100011010100100100101010000101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,49,42); }

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

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

 a { background-color: rgb(51,49,42); }

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

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

 span { border-color: rgb(51,49,42); }

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