Html Css Color HEX #121020 Black Russian

📋 copy color: '#121020'

red 18 ◦ green 16 ◦ blue 32

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

Shades of Black Russian #121020

Tints of Black Russian #121020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 48.48%

R = 27.27%
G = 24.24%
B = 48.48%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121020 (or 0x121020) is known color: Black Russian. HEX triplet: 12, 10 and 20. RGB value is (18,16,32). Sum of RGB (Red+Green+Blue) = 18+16+32=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #121020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121020 is #EDEFDF. Grayscale: #121212. Windows color (decimal): -15593440 or 2101266. OLE color: 2101266.

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

Color convert

RGB 18 16 32 -
CMYK 0.44 0.5 0 0.87
HSL 247.5º 0.33% 0.09% -
HSV(B) 247.5º 0.5% 0.13% -
XYZ 0.7 0.6 1.45 -
YUV 18.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 18 16 32 0.44 0.5 0 0.87 247.5 0.33 0.09
Hex 12 10 20 2C 32 0 57 F8 21 9
Octal 22 20 40 54 62 0 127 370 41 11
Binary 10010 10000 100000 101100 110010 0 1010111 11111000 100001 1001

Color Harmonies of #121020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121020

Black with #121020

Text Example


Text Example

White with #121020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121020; }

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

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

background-color css

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

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

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

border-color css

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

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

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