#262C37

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

Shades of Ebony #262C37

Tints of Ebony #262C37

Color information

#262C37 (or 0x262C37) is unknown color: approx Ebony. HEX triplet: 26, 2C and 37. RGB value is (38,44,55). Sum of RGB (Red+Green+Blue) = 38+44+55=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 55 - color contains mainly: blue. Hex color #262C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C37 is #D9D3C8. Grayscale: #2B2B2B. Windows color (decimal): -14275529 or 3615782. OLE color: 3615782.

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

Color convert

RGB384455-
CMYK0.310.200.78
HSL218.82º18.28%18.24%-
HSV(B)218.82º30.91%21.57%-
XYZ2.392.493.97-
YUV43.46134.51124.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 55 (21.88% from 255) = 40.15%
R=27.74%
G=32.12%
B=40.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3844550.310.200.78218.8218.2818.24
Hex262C371F1404Edb1212
Octal465467372401163332222
Binary100110101100110111111111010001001110110110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262C37; }

 p { color: rgb(38,44,55); }

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

<style>
 a { background-color: #262C37; }

 a { background-color: rgb(38,44,55); }

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

<style>
 span { border-color: #262C37; }

 span { border-color: rgb(38,44,55); }

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