#121321

Color #121321 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #121321

Tints of Black Russian #121321

Color information

#121321 (or 0x121321) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 21. RGB value is (18,19,33). Sum of RGB (Red+Green+Blue) = 18+19+33=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 33 - color contains mainly: blue. Hex color #121321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121321 is #EDECDE. Grayscale: #141414. Windows color (decimal): -15592671 or 2167570. OLE color: 2167570.

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

Color convert

RGB181933-
CMYK0.450.4200.87
HSL236º29.41%10%-
HSV(B)236º45.45%12.94%-
XYZ0.760.71.53-
YUV20.3135.17126.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 33 (13.28% from 255) = 47.14%
R=25.71%
G=27.14%
B=47.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1819330.450.4200.8723629.4110
Hex1213212D2A057ec1da
Octal222341555201273543512
Binary10010100111000011011011010100101011111101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121321; }

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

 H1.HeaderClassName
 {
   color: #121321;
 }
 .AnyTagClassName
 {
   color: #121321;
 }
</style>
background-color css

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

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

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

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

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

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