#27282F

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

Shades of Black Russian #27282F

Tints of Black Russian #27282F

Color information

#27282F (or 0x27282F) is unknown color: approx Black Russian. HEX triplet: 27, 28 and 2F. RGB value is (39,40,47). Sum of RGB (Red+Green+Blue) = 39+40+47=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #27282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282F is #D8D7D0. Grayscale: #282828. Windows color (decimal): -14211025 or 3090471. OLE color: 3090471.

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

Color convert

RGB394047-
CMYK0.170.1500.82
HSL232.5º9.3%16.86%-
HSV(B)232.5º17.02%18.43%-
XYZ2.112.152.99-
YUV40.5131.67126.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.95%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=30.95%
G=31.75%
B=37.30%

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
Decimal3940470.170.1500.82232.59.316.86
Hex27282F11F052e8911
Octal475057211701223501121
Binary1001111010001011111000111110101001011101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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