#26272E

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

Shades of Black Russian #26272E

Tints of Black Russian #26272E

Color information

#26272E (or 0x26272E) is unknown color: approx Black Russian. HEX triplet: 26, 27 and 2E. RGB value is (38,39,46). Sum of RGB (Red+Green+Blue) = 38+39+46=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 46 - color contains mainly: blue. Hex color #26272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26272E is #D9D8D1. Grayscale: #272727. Windows color (decimal): -14276818 or 3024678. OLE color: 3024678.

HSL color Cylindrical-coordinate representation of color #26272E: hue angle of 232.5º 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 #26272E is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB383946-
CMYK0.170.1500.82
HSL232.5º9.52%16.47%-
HSV(B)232.5º17.39%18.04%-
XYZ2.022.062.88-
YUV39.5131.67126.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=30.89%
G=31.71%
B=37.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3839460.170.1500.82232.59.5216.47
Hex26272E11F052e8a10
Octal464756211701223501220
Binary1001101001111011101000111110101001011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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