#272932

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

Shades of Black Russian #272932

Tints of Black Russian #272932

Color information

#272932 (or 0x272932) is unknown color: approx Black Russian. HEX triplet: 27, 29 and 32. RGB value is (39,41,50). Sum of RGB (Red+Green+Blue) = 39+41+50=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 50 - color contains mainly: blue. Hex color #272932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272932 is #D8D6CD. Grayscale: #292929. Windows color (decimal): -14210766 or 3287335. OLE color: 3287335.

HSL color Cylindrical-coordinate representation of color #272932: hue angle of 229.09º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #272932 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB394150-
CMYK0.220.1800.80
HSL229.09º12.36%17.45%-
HSV(B)229.09º22%19.61%-
XYZ2.212.253.34-
YUV41.43132.84126.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=30%
G=31.54%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3941500.220.1800.80229.0912.3617.45
Hex2729321612050e5c11
Octal475162262201203451421
Binary10011110100111001010110100100101000011100101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272932; }

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

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

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

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

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

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

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

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