#282A31

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

Shades of Black Russian #282A31

Tints of Black Russian #282A31

Color information

#282A31 (or 0x282A31) is unknown color: approx Black Russian. HEX triplet: 28, 2A and 31. RGB value is (40,42,49). Sum of RGB (Red+Green+Blue) = 40+42+49=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #282A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282A31 is #D7D5CE. Grayscale: #2A2A2A. Windows color (decimal): -14144975 or 3222056. OLE color: 3222056.

HSL color Cylindrical-coordinate representation of color #282A31: 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.18%. Process color model (Four color, CMYK) of #282A31 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB404249-
CMYK0.180.1400.81
HSL226.67º10.11%17.45%-
HSV(B)226.67º18.37%19.22%-
XYZ2.262.333.24-
YUV42.2131.84126.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.53%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=30.53%
G=32.06%
B=37.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4042490.180.1400.81226.6710.1117.45
Hex282A3112E051e3a11
Octal505261221601213431221
Binary1010001010101100011001011100101000111100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282A31; }

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

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

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

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

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

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

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

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