#252C39

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

Shades of Ebony #252C39

Tints of Ebony #252C39

Color information

#252C39 (or 0x252C39) is unknown color: approx Ebony. HEX triplet: 25, 2C and 39. RGB value is (37,44,57). Sum of RGB (Red+Green+Blue) = 37+44+57=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #252C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C39 is #DAD3C6. Grayscale: #2B2B2B. Windows color (decimal): -14341063 or 3746853. OLE color: 3746853.

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

Color convert

RGB374457-
CMYK0.350.2300.78
HSL219º21.28%18.43%-
HSV(B)219º35.09%22.35%-
XYZ2.42.494.22-
YUV43.39135.68123.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=26.81%
G=31.88%
B=41.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3744570.350.2300.7821921.2818.43
Hex252C39231704Edb1512
Octal455471432701163332522
Binary1001011011001110011000111011101001110110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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