#2C333F

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

Shades of Ebony Clay #2C333F

Tints of Ebony Clay #2C333F

Color information

#2C333F (or 0x2C333F) is unknown color: approx Ebony Clay. HEX triplet: 2C, 33 and 3F. RGB value is (44,51,63). Sum of RGB (Red+Green+Blue) = 44+51+63=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C333F is #D3CCC0. Grayscale: #323232. Windows color (decimal): -13880513 or 4141868. OLE color: 4141868.

HSL color Cylindrical-coordinate representation of color #2C333F: hue angle of 217.89º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C333F is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB445163-
CMYK0.300.1900.75
HSL217.89º17.76%20.98%-
HSV(B)217.89º30.16%24.71%-
XYZ3.123.265.17-
YUV50.28135.18123.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 63 (25% from 255) = 39.87%
R=27.85%
G=32.28%
B=39.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4451630.300.1900.75217.8917.7620.98
Hex2C333F1E1304Bda1215
Octal546377362301133322225
Binary101100110011111111111101001101001011110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C333F; }

 p { color: rgb(44,51,63); }

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

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

 a { background-color: rgb(44,51,63); }

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

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

 span { border-color: rgb(44,51,63); }

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