Html Css Color HEX #121621 Black Russian

📋 copy color: '#121621'

red 18 ◦ green 22 ◦ blue 33

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

Shades of Black Russian #121621

Tints of Black Russian #121621

RGB

 RED value IS 18 (7.42% from 255) = 24.66%

 GREEN value IS 22 (8.98% from 255) = 30.14%

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

R = 24.66%
G = 30.14%
B = 45.21%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121621 (or 0x121621) is known color: Black Russian. HEX triplet: 12, 16 and 21. RGB value is (18,22,33). Sum of RGB (Red+Green+Blue) = 18+22+33=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #121621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121621 is #EDE9DE. Grayscale: #161616. Windows color (decimal): -15591903 or 2168338. OLE color: 2168338.

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

Color convert

RGB 18 22 33 -
CMYK 0.45 0.33 0 0.87
HSL 224º 0.29% 0.1% -
HSV(B) 224º 0.45% 0.13% -
XYZ 0.81 0.81 1.55 -
YUV 22.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 18 22 33 0.45 0.33 0 0.87 224 0.29 0.1
Hex 12 16 21 2D 21 0 57 E0 1D A
Octal 22 26 41 55 41 0 127 340 35 12
Binary 10010 10110 100001 101101 100001 0 1010111 11100000 11101 1010

Color Harmonies of #121621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121621

Black with #121621

Text Example


Text Example

White with #121621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121621; }

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

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

background-color css

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

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

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

border-color css

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

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

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