#252C38

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

Shades of Ebony #252C38

Tints of Ebony #252C38

Color information

#252C38 (or 0x252C38) is unknown color: approx Ebony. HEX triplet: 25, 2C and 38. RGB value is (37,44,56). Sum of RGB (Red+Green+Blue) = 37+44+56=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #252C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C38 is #DAD3C7. Grayscale: #2B2B2B. Windows color (decimal): -14341064 or 3681317. OLE color: 3681317.

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

Color convert

RGB374456-
CMYK0.340.2100.78
HSL217.89º20.43%18.24%-
HSV(B)217.89º33.93%21.96%-
XYZ2.382.484.09-
YUV43.28135.18123.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=27.01%
G=32.12%
B=40.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3744560.340.2100.78217.8920.4318.24
Hex252C38221504Eda1412
Octal455470422501163322422
Binary1001011011001110001000101010101001110110110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252C38; }

 p { color: rgb(37,44,56); }

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

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

 a { background-color: rgb(37,44,56); }

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

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

 span { border-color: rgb(37,44,56); }

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