#262B35

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

Shades of Ebony #262B35

Tints of Ebony #262B35

Color information

#262B35 (or 0x262B35) is unknown color: approx Ebony. HEX triplet: 26, 2B and 35. RGB value is (38,43,53). Sum of RGB (Red+Green+Blue) = 38+43+53=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 53 - color contains mainly: blue. Hex color #262B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B35 is #D9D4CA. Grayscale: #2A2A2A. Windows color (decimal): -14275787 or 3484454. OLE color: 3484454.

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

Color convert

RGB384353-
CMYK0.280.1900.79
HSL220º16.48%17.84%-
HSV(B)220º28.3%20.78%-
XYZ2.312.43.71-
YUV42.64133.84124.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=28.36%
G=32.09%
B=39.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3843530.280.1900.7922016.4817.84
Hex262B351C1304Fdc1012
Octal465365342301173342022
Binary100110101011110101111001001101001111110111001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,43,53); }

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

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

 a { background-color: rgb(38,43,53); }

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

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

 span { border-color: rgb(38,43,53); }

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