#26282E

Color #26282E Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #26282E

Tints of Black Russian #26282E

Color information

#26282E (or 0x26282E) is unknown color: approx Black Russian. HEX triplet: 26, 28 and 2E. RGB value is (38,40,46). Sum of RGB (Red+Green+Blue) = 38+40+46=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #26282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26282E is #D9D7D1. Grayscale: #282828. Windows color (decimal): -14276562 or 3024934. OLE color: 3024934.

HSL color Cylindrical-coordinate representation of color #26282E: hue angle of 225º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #26282E is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB384046-
CMYK0.170.1300.82
HSL225º9.52%16.47%-
HSV(B)225º17.39%18.04%-
XYZ2.052.132.89-
YUV40.09131.34126.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.65%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=30.65%
G=32.26%
B=37.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3840460.170.1300.822259.5216.47
Hex26282E11D052e1a10
Octal465056211501223411220
Binary1001101010001011101000111010101001011100001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26282E; }

 p { color: rgb(38,40,46); }

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

<style>
 a { background-color: #26282E; }

 a { background-color: rgb(38,40,46); }

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

<style>
 span { border-color: #26282E; }

 span { border-color: rgb(38,40,46); }

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