#27282B

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

Shades of Black Russian #27282B

Tints of Black Russian #27282B

Color information

#27282B (or 0x27282B) is unknown color: approx Black Russian. HEX triplet: 27, 28 and 2B. RGB value is (39,40,43). Sum of RGB (Red+Green+Blue) = 39+40+43=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 43 - color contains mainly: blue. Hex color #27282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282B is #D8D7D4. Grayscale: #282828. Windows color (decimal): -14211029 or 2828327. OLE color: 2828327.

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

Color convert

RGB394043-
CMYK0.090.0700.83
HSL225º4.88%16.08%-
HSV(B)225º9.3%16.86%-
XYZ2.032.122.59-
YUV40.04129.67127.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=31.97%
G=32.79%
B=35.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3940430.090.0700.832254.8816.08
Hex27282B97053e1510
Octal4750531170123341520
Binary1001111010001010111001111010100111110000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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