#27292E

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

Shades of Black Russian #27292E

Tints of Black Russian #27292E

Color information

#27292E (or 0x27292E) is unknown color: approx Black Russian. HEX triplet: 27, 29 and 2E. RGB value is (39,41,46). Sum of RGB (Red+Green+Blue) = 39+41+46=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 46 - color contains mainly: blue. Hex color #27292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27292E is #D8D6D1. Grayscale: #282828. Windows color (decimal): -14210770 or 3025191. OLE color: 3025191.

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

Color convert

RGB394146-
CMYK0.150.1100.82
HSL222.86º8.24%16.67%-
HSV(B)222.86º15.22%18.04%-
XYZ2.122.212.9-
YUV40.97130.84126.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.95%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=30.95%
G=32.54%
B=36.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3941460.150.1100.82222.868.2416.67
Hex27292EFB052df811
Octal475156171301223371021
Binary100111101001101110111110110101001011011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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