#303133

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

Shades of Ebony #303133

Tints of Ebony #303133

Color information

#303133 (or 0x303133) is unknown color: approx Ebony. HEX triplet: 30, 31 and 33. RGB value is (48,49,51). Sum of RGB (Red+Green+Blue) = 48+49+51=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 51 - color contains mainly: blue. Hex color #303133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303133 is #CFCECC. Grayscale: #303030. Windows color (decimal): -13618893 or 3354928. OLE color: 3354928.

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

Color convert

RGB484951-
CMYK0.060.0400.8
HSL220º3.03%19.41%-
HSV(B)220º5.88%20%-
XYZ2.913.063.57-
YUV48.93129.17127.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 51 (20.31% from 255) = 34.46%
R=32.43%
G=33.11%
B=34.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4849510.060.0400.82203.0319.41
Hex30313364050dc313
Octal606163640120334323
Binary11000011000111001111010001010000110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303133; }

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

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

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

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

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

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

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

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