Html Css Color HEX #161821 Black Russian

📋 copy color: '#161821'

red 22 ◦ green 24 ◦ blue 33

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

Shades of Black Russian #161821

Tints of Black Russian #161821

RGB

 RED value IS 22 (8.98% from 255) = 27.85%

 GREEN value IS 24 (9.77% from 255) = 30.38%

 BLUE value IS 33 (13.28% from 255) = 41.77%

R = 27.85%
G = 30.38%
B = 41.77%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#161821 (or 0x161821) is known color: Black Russian. HEX triplet: 16, 18 and 21. RGB value is (22,24,33). Sum of RGB (Red+Green+Blue) = 22+24+33=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 33 - color contains mainly: blue. Hex color #161821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161821 is #E9E7DE. Grayscale: #181818. Windows color (decimal): -15329247 or 2168854. OLE color: 2168854.

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

Color convert

RGB 22 24 33 -
CMYK 0.33 0.27 0 0.87
HSL 229.09º 0.2% 0.11% -
HSV(B) 229.09º 0.33% 0.13% -
XYZ 0.93 0.93 1.57 -
YUV 24.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 22 24 33 0.33 0.27 0 0.87 229.09 0.2 0.11
Hex 16 18 21 21 1B 0 57 E5 14 B
Octal 26 30 41 41 33 0 127 345 24 13
Binary 10110 11000 100001 100001 11011 0 1010111 11100101 10100 1011

Color Harmonies of #161821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161821

Black with #161821

Text Example


Text Example

White with #161821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161821; }

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

 H1.HeaderClassName
 {
   color: #161821;
 }
 .AnyTagClassName
 {
   color: #161821;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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