#181931

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

Shades of Black Russian #181931

Tints of Black Russian #181931

Color information

#181931 (or 0x181931) is unknown color: approx Black Russian. HEX triplet: 18, 19 and 31. RGB value is (24,25,49). Sum of RGB (Red+Green+Blue) = 24+25+49=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #181931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181931 is #E7E6CE. Grayscale: #1B1B1B. Windows color (decimal): -15197903 or 3217688. OLE color: 3217688.

HSL color Cylindrical-coordinate representation of color #181931: hue angle of 237.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #181931 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB242549-
CMYK0.510.4900.81
HSL237.6º34.25%14.31%-
HSV(B)237.6º51.02%19.22%-
XYZ1.281.113.05-
YUV27.44140.17125.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.49%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 49 (19.53% from 255) = 50%
R=24.49%
G=25.51%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2425490.510.4900.81237.634.2514.31
Hex1819313331051ee22e
Octal303161636101213564216
Binary110001100111000111001111000101010001111011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181931; }

 p { color: rgb(24,25,49); }

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

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

 a { background-color: rgb(24,25,49); }

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

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

 span { border-color: rgb(24,25,49); }

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