#27292F

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

Shades of Black Russian #27292F

Tints of Black Russian #27292F

Color information

#27292F (or 0x27292F) is unknown color: approx Black Russian. HEX triplet: 27, 29 and 2F. RGB value is (39,41,47). Sum of RGB (Red+Green+Blue) = 39+41+47=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 47 - color contains mainly: blue. Hex color #27292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27292F is #D8D6D0. Grayscale: #292929. Windows color (decimal): -14210769 or 3090727. OLE color: 3090727.

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

Color convert

RGB394147-
CMYK0.170.1300.82
HSL225º9.3%16.86%-
HSV(B)225º17.02%18.43%-
XYZ2.142.223.01-
YUV41.09131.34126.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.71%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=30.71%
G=32.28%
B=37.01%

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
Decimal3941470.170.1300.822259.316.86
Hex27292F11D052e1911
Octal475157211501223411121
Binary1001111010011011111000111010101001011100001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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