#27282C

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

Shades of Black Russian #27282C

Tints of Black Russian #27282C

Color information

#27282C (or 0x27282C) is unknown color: approx Black Russian. HEX triplet: 27, 28 and 2C. RGB value is (39,40,44). Sum of RGB (Red+Green+Blue) = 39+40+44=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 44 - color contains mainly: blue. Hex color #27282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282C is #D8D7D3. Grayscale: #282828. Windows color (decimal): -14211028 or 2893863. OLE color: 2893863.

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

Color convert

RGB394044-
CMYK0.110.0900.83
HSL228º6.02%16.27%-
HSV(B)228º11.36%17.25%-
XYZ2.052.132.69-
YUV40.16130.17127.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=31.71%
G=32.52%
B=35.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3940440.110.0900.832286.0216.27
Hex27282CB9053e4610
Octal47505413110123344620
Binary10011110100010110010111001010100111110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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