Html Css Color HEX #121021 Black Russian

📋 copy color: '#121021'

red 18 ◦ green 16 ◦ blue 33

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

Shades of Black Russian #121021

Tints of Black Russian #121021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.88%

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

R = 26.87%
G = 23.88%
B = 49.25%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121021 (or 0x121021) is known color: Black Russian. HEX triplet: 12, 10 and 21. RGB value is (18,16,33). Sum of RGB (Red+Green+Blue) = 18+16+33=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #121021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121021 is #EDEFDE. Grayscale: #121212. Windows color (decimal): -15593439 or 2166802. OLE color: 2166802.

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

Color convert

RGB 18 16 33 -
CMYK 0.45 0.52 0 0.87
HSL 247.06º 0.35% 0.1% -
HSV(B) 247.06º 0.52% 0.13% -
XYZ 0.71 0.61 1.52 -
YUV 18.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 18 16 33 0.45 0.52 0 0.87 247.06 0.35 0.1
Hex 12 10 21 2D 34 0 57 F7 23 A
Octal 22 20 41 55 64 0 127 367 43 12
Binary 10010 10000 100001 101101 110100 0 1010111 11110111 100011 1010

Color Harmonies of #121021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121021

Black with #121021

Text Example


Text Example

White with #121021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121021; }

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

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

background-color css

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

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

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

border-color css

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

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

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