#333028

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

Shades of Graphite #333028

Tints of Graphite #333028

Color information

#333028 (or 0x333028) is unknown color: approx Graphite. HEX triplet: 33, 30 and 28. RGB value is (51,48,40). Sum of RGB (Red+Green+Blue) = 51+48+40=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #333028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333028 is #CCCFD7. Grayscale: #303030. Windows color (decimal): -13422552 or 2633779. OLE color: 2633779.

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

Color convert

RGB514840-
CMYK00.060.220.8
HSL43.64º12.09%17.84%-
HSV(B)43.64º21.57%20%-
XYZ2.812.972.43-
YUV47.98123.49130.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=36.69%
G=34.53%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51484000.060.220.843.6412.0917.84
Hex3330280616502cc12
Octal6360500626120541422
Binary1100111100001010000110101101010000101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333028; }

 p { color: rgb(51,48,40); }

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

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

 a { background-color: rgb(51,48,40); }

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

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

 span { border-color: rgb(51,48,40); }

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