#272930

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

Shades of Black Russian #272930

Tints of Black Russian #272930

Color information

#272930 (or 0x272930) is unknown color: approx Black Russian. HEX triplet: 27, 29 and 30. RGB value is (39,41,48). Sum of RGB (Red+Green+Blue) = 39+41+48=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 48 - color contains mainly: blue. Hex color #272930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272930 is #D8D6CF. Grayscale: #292929. Windows color (decimal): -14210768 or 3156263. OLE color: 3156263.

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

Color convert

RGB394148-
CMYK0.190.1500.81
HSL226.67º10.34%17.06%-
HSV(B)226.67º18.75%18.82%-
XYZ2.162.233.11-
YUV41.2131.84126.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.47%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=30.47%
G=32.03%
B=37.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3941480.190.1500.81226.6710.3417.06
Hex27293013F051e3a11
Octal475160231701213431221
Binary1001111010011100001001111110101000111100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272930; }

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

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

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

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

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

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

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

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