#2F3338

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

Shades of Ebony #2F3338

Tints of Ebony #2F3338

Color information

#2F3338 (or 0x2F3338) is unknown color: approx Ebony. HEX triplet: 2F, 33 and 38. RGB value is (47,51,56). Sum of RGB (Red+Green+Blue) = 47+51+56=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3338 is #D0CCC7. Grayscale: #323232. Windows color (decimal): -13683912 or 3683119. OLE color: 3683119.

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

Color convert

RGB475156-
CMYK0.160.0900.78
HSL213.33º8.74%20.2%-
HSV(B)213.33º16.07%21.96%-
XYZ3.073.264.21-
YUV50.37131.17125.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.52%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 56 (22.27% from 255) = 36.36%
R=30.52%
G=33.12%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4751560.160.0900.78213.338.7420.2
Hex2F333810904Ed5914
Octal576370201101163251124
Binary1011111100111110001000010010100111011010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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