#181921

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

Shades of Black Russian #181921

Tints of Black Russian #181921

Color information

#181921 (or 0x181921) is unknown color: approx Black Russian. HEX triplet: 18, 19 and 21. RGB value is (24,25,33). Sum of RGB (Red+Green+Blue) = 24+25+33=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 33 - color contains mainly: blue. Hex color #181921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181921 is #E7E6DE. Grayscale: #191919. Windows color (decimal): -15197919 or 2169112. OLE color: 2169112.

HSL color Cylindrical-coordinate representation of color #181921: hue angle of 233.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #181921 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB242533-
CMYK0.270.2400.87
HSL233.33º15.79%11.18%-
HSV(B)233.33º27.27%12.94%-
XYZ111.58-
YUV25.61132.17126.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 33 (13.28% from 255) = 40.24%
R=29.27%
G=30.49%
B=40.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2425330.270.2400.87233.3315.7911.18
Hex1819211B18057e910b
Octal303141333001273512013
Binary110001100110000111011110000101011111101001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181921; }

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

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

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

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

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

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

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

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