#272D38

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

Shades of Ebony #272D38

Tints of Ebony #272D38

Color information

#272D38 (or 0x272D38) is unknown color: approx Ebony. HEX triplet: 27, 2D and 38. RGB value is (39,45,56). Sum of RGB (Red+Green+Blue) = 39+45+56=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #272D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D38 is #D8D2C7. Grayscale: #2C2C2C. Windows color (decimal): -14209736 or 3681575. OLE color: 3681575.

HSL color Cylindrical-coordinate representation of color #272D38: hue angle of 218.82º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #272D38 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB394556-
CMYK0.300.2000.78
HSL218.82º17.89%18.63%-
HSV(B)218.82º30.36%21.96%-
XYZ2.492.594.11-
YUV44.46134.51124.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 45 (17.97% from 255) = 32.14%
BLUE value IS 56 (22.27% from 255) = 40%
R=27.86%
G=32.14%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3945560.300.2000.78218.8217.8918.63
Hex272D381E1404Edb1213
Octal475570362401163332223
Binary100111101101111000111101010001001110110110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272D38; }

 p { color: rgb(39,45,56); }

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

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

 a { background-color: rgb(39,45,56); }

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

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

 span { border-color: rgb(39,45,56); }

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