#282931

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

Shades of Black Russian #282931

Tints of Black Russian #282931

Color information

#282931 (or 0x282931) is unknown color: approx Black Russian. HEX triplet: 28, 29 and 31. RGB value is (40,41,49). Sum of RGB (Red+Green+Blue) = 40+41+49=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: blue. Hex color #282931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282931 is #D7D6CE. Grayscale: #292929. Windows color (decimal): -14145231 or 3221800. OLE color: 3221800.

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

Color convert

RGB404149-
CMYK0.180.1600.81
HSL233.33º10.11%17.45%-
HSV(B)233.33º18.37%19.22%-
XYZ2.222.263.22-
YUV41.61132.17126.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.77%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=30.77%
G=31.54%
B=37.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4041490.180.1600.81233.3310.1117.45
Hex2829311210051e9a11
Octal505161222001213511221
Binary10100010100111000110010100000101000111101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282931; }

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

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

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

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

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

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

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

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