#27282E

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

Shades of Black Russian #27282E

Tints of Black Russian #27282E

Color information

#27282E (or 0x27282E) is unknown color: approx Black Russian. HEX triplet: 27, 28 and 2E. RGB value is (39,40,46). Sum of RGB (Red+Green+Blue) = 39+40+46=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 46 - color contains mainly: blue. Hex color #27282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282E is #D8D7D1. Grayscale: #282828. Windows color (decimal): -14211026 or 3024935. OLE color: 3024935.

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

Color convert

RGB394046-
CMYK0.150.1300.82
HSL231.43º8.24%16.67%-
HSV(B)231.43º15.22%18.04%-
XYZ2.092.152.89-
YUV40.38131.17127.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.2%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=31.2%
G=32%
B=36.8%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3940460.150.1300.82231.438.2416.67
Hex27282EFD052e7811
Octal475056171501223471021
Binary100111101000101110111111010101001011100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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