#121428

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

Shades of Black Russian #121428

Tints of Black Russian #121428

Color information

#121428 (or 0x121428) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 28. RGB value is (18,20,40). Sum of RGB (Red+Green+Blue) = 18+20+40=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #121428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121428 is #EDEBD7. Grayscale: #151515. Windows color (decimal): -15592408 or 2626578. OLE color: 2626578.

HSL color Cylindrical-coordinate representation of color #121428: hue angle of 234.55º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121428 is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182040-
CMYK0.550.500.84
HSL234.55º37.93%11.37%-
HSV(B)234.55º55%15.69%-
XYZ0.880.782.11-
YUV21.68138.34125.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=23.08%
G=25.64%
B=51.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1820400.550.500.84234.5537.9311.37
Hex1214283732054eb26b
Octal222450676201243534613
Binary100101010010100011011111001001010100111010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121428; }

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

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

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

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

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

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

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

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