#26272B

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

Shades of Black Russian #26272B

Tints of Black Russian #26272B

Color information

#26272B (or 0x26272B) is unknown color: approx Black Russian. HEX triplet: 26, 27 and 2B. RGB value is (38,39,43). Sum of RGB (Red+Green+Blue) = 38+39+43=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 43 - color contains mainly: blue. Hex color #26272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26272B is #D9D8D4. Grayscale: #272727. Windows color (decimal): -14276821 or 2828070. OLE color: 2828070.

HSL color Cylindrical-coordinate representation of color #26272B: hue angle of 228º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #26272B is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB383943-
CMYK0.120.0900.83
HSL228º6.17%15.88%-
HSV(B)228º11.63%16.86%-
XYZ1.962.042.58-
YUV39.16130.17127.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.67%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=31.67%
G=32.5%
B=35.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3839430.120.0900.832286.1715.88
Hex26272BC9053e4610
Octal46475314110123344620
Binary10011010011110101111001001010100111110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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