#333538

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

Shades of Ebony Clay #333538

Tints of Ebony Clay #333538

Color information

#333538 (or 0x333538) is unknown color: approx Ebony Clay. HEX triplet: 33, 35 and 38. RGB value is (51,53,56). Sum of RGB (Red+Green+Blue) = 51+53+56=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 56 - color contains mainly: blue. Hex color #333538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333538 is #CCCAC7. Grayscale: #343434. Windows color (decimal): -13421256 or 3683635. OLE color: 3683635.

HSL color Cylindrical-coordinate representation of color #333538: hue angle of 216º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #333538 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB515356-
CMYK0.090.0500.78
HSL216º4.67%20.98%-
HSV(B)216º8.93%21.96%-
XYZ3.353.544.25-
YUV52.74129.84126.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 56 (22.27% from 255) = 35%
R=31.88%
G=33.12%
B=35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5153560.090.0500.782164.6720.98
Hex3335389504Ed8515
Octal6365701150116330525
Binary1100111101011110001001101010011101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333538; }

 p { color: rgb(51,53,56); }

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

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

 a { background-color: rgb(51,53,56); }

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

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

 span { border-color: rgb(51,53,56); }

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