#262C38

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

Shades of Ebony #262C38

Tints of Ebony #262C38

Color information

#262C38 (or 0x262C38) is unknown color: approx Ebony. HEX triplet: 26, 2C and 38. RGB value is (38,44,56). Sum of RGB (Red+Green+Blue) = 38+44+56=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #262C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C38 is #D9D3C7. Grayscale: #2B2B2B. Windows color (decimal): -14275528 or 3681318. OLE color: 3681318.

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

Color convert

RGB384456-
CMYK0.320.2100.78
HSL220º19.15%18.43%-
HSV(B)220º32.14%21.96%-
XYZ2.412.54.1-
YUV43.57135.01124.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=27.54%
G=31.88%
B=40.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3844560.320.2100.7822019.1518.43
Hex262C38201504Edc1312
Octal465470402501163342322
Binary1001101011001110001000001010101001110110111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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