Html Css Color HEX #121421 Black Russian

📋 copy color: '#121421'

red 18 ◦ green 20 ◦ blue 33

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

Shades of Black Russian #121421

Tints of Black Russian #121421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.17%

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

R = 25.35%
G = 28.17%
B = 46.48%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121421 (or 0x121421) is known color: Black Russian. HEX triplet: 12, 14 and 21. RGB value is (18,20,33). Sum of RGB (Red+Green+Blue) = 18+20+33=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 33 - color contains mainly: blue. Hex color #121421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121421 is #EDEBDE. Grayscale: #141414. Windows color (decimal): -15592415 or 2167826. OLE color: 2167826.

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

Color convert

RGB 18 20 33 -
CMYK 0.45 0.39 0 0.87
HSL 232º 0.29% 0.1% -
HSV(B) 232º 0.45% 0.13% -
XYZ 0.77 0.74 1.54 -
YUV 20.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 18 20 33 0.45 0.39 0 0.87 232 0.29 0.1
Hex 12 14 21 2D 27 0 57 E8 1D A
Octal 22 24 41 55 47 0 127 350 35 12
Binary 10010 10100 100001 101101 100111 0 1010111 11101000 11101 1010

Color Harmonies of #121421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121421

Black with #121421

Text Example


Text Example

White with #121421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121421; }

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

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

background-color css

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

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

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

border-color css

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

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

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