#272931

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

Shades of Black Russian #272931

Tints of Black Russian #272931

Color information

#272931 (or 0x272931) is unknown color: approx Black Russian. HEX triplet: 27, 29 and 31. RGB value is (39,41,49). Sum of RGB (Red+Green+Blue) = 39+41+49=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #272931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272931 is #D8D6CE. Grayscale: #292929. Windows color (decimal): -14210767 or 3221799. OLE color: 3221799.

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

Color convert

RGB394149-
CMYK0.200.1600.81
HSL228º11.36%17.25%-
HSV(B)228º20.41%19.22%-
XYZ2.182.243.22-
YUV41.31132.34126.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.23%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=30.23%
G=31.78%
B=37.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3941490.200.1600.8122811.3617.25
Hex2729311410051e4b11
Octal475161242001213441321
Binary10011110100111000110100100000101000111100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272931; }

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

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

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

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

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

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

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

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