#181821

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

Shades of Black Russian #181821

Tints of Black Russian #181821

Color information

#181821 (or 0x181821) is unknown color: approx Black Russian. HEX triplet: 18, 18 and 21. RGB value is (24,24,33). Sum of RGB (Red+Green+Blue) = 24+24+33=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #181821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181821 is #E7E7DE. Grayscale: #181818. Windows color (decimal): -15198175 or 2168856. OLE color: 2168856.

HSL color Cylindrical-coordinate representation of color #181821: hue angle of 240º 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 #181821 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB242433-
CMYK0.270.2700.87
HSL240º15.79%11.18%-
HSV(B)240º27.27%12.94%-
XYZ0.980.961.57-
YUV25.03132.5127.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 33 (13.28% from 255) = 40.74%
R=29.63%
G=29.63%
B=40.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2424330.270.2700.8724015.7911.18
Hex1818211B1B057f010b
Octal303041333301273602013
Binary110001100010000111011110110101011111110000100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181821; }

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

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

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

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

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

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

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

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