#303236

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

Shades of Ebony #303236

Tints of Ebony #303236

Color information

#303236 (or 0x303236) is unknown color: approx Ebony. HEX triplet: 30, 32 and 36. RGB value is (48,50,54). Sum of RGB (Red+Green+Blue) = 48+50+54=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 54 - color contains mainly: blue. Hex color #303236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303236 is #CFCDC9. Grayscale: #313131. Windows color (decimal): -13618634 or 3551792. OLE color: 3551792.

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

Color convert

RGB485054-
CMYK0.110.0700.79
HSL220º5.88%20%-
HSV(B)220º11.11%21.18%-
XYZ3.033.183.94-
YUV49.86130.34126.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=31.58%
G=32.89%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4850540.110.0700.792205.8820
Hex303236B704Fdc614
Octal6062661370117334624
Binary1100001100101101101011111010011111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303236; }

 p { color: rgb(48,50,54); }

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

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

 a { background-color: rgb(48,50,54); }

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

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

 span { border-color: rgb(48,50,54); }

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