Html Css Color HEX #282931 Black Russian

📋 copy color: '#282931'

red 40 ◦ green 41 ◦ blue 49

#282931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #282931

Tints of Black Russian #282931

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 value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#282931 (or 0x282931) is known color: 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

RGB 40 41 49 -
CMYK 0.18 0.16 0 0.81
HSL 233.33º 0.1% 0.17% -
HSV(B) 233.33º 0.18% 0.19% -
XYZ 2.22 2.26 3.22 -
YUV 41.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 40 41 49 0.18 0.16 0 0.81 233.33 0.1 0.17
Hex 28 29 31 12 10 0 51 E9 A 11
Octal 50 51 61 22 20 0 121 351 12 21
Binary 101000 101001 110001 10010 10000 0 1010001 11101001 1010 10001

Color Harmonies of #282931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282931

Black with #282931

Text Example


Text Example

White with #282931

Text Example


Text Example

HTML Codes & Css Web 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>