#252B36

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

Shades of Ebony #252B36

Tints of Ebony #252B36

Color information

#252B36 (or 0x252B36) is unknown color: approx Ebony. HEX triplet: 25, 2B and 36. RGB value is (37,43,54). Sum of RGB (Red+Green+Blue) = 37+43+54=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #252B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B36 is #DAD4C9. Grayscale: #2A2A2A. Windows color (decimal): -14341322 or 3549989. OLE color: 3549989.

HSL color Cylindrical-coordinate representation of color #252B36: hue angle of 218.82º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #252B36 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB374354-
CMYK0.310.2000.79
HSL218.82º18.68%17.84%-
HSV(B)218.82º31.48%21.18%-
XYZ2.292.393.83-
YUV42.46134.51124.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=27.61%
G=32.09%
B=40.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3743540.310.2000.79218.8218.6817.84
Hex252B361F1404Fdb1312
Octal455366372401173332322
Binary100101101011110110111111010001001111110110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,43,54); }

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

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

 a { background-color: rgb(37,43,54); }

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

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

 span { border-color: rgb(37,43,54); }

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