#121424

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

Shades of Black Russian #121424

Tints of Black Russian #121424

Color information

#121424 (or 0x121424) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 24. RGB value is (18,20,36). Sum of RGB (Red+Green+Blue) = 18+20+36=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #121424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121424 is #EDEBDB. Grayscale: #151515. Windows color (decimal): -15592412 or 2364434. OLE color: 2364434.

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

Color convert

RGB182036-
CMYK0.50.4400.86
HSL233.33º33.33%10.59%-
HSV(B)233.33º50%14.12%-
XYZ0.820.761.77-
YUV21.23136.34125.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 36 (14.45% from 255) = 48.65%
R=24.32%
G=27.03%
B=48.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1820360.50.4400.86233.3333.3310.59
Hex121424322C056e921b
Octal222444625401263514113
Binary100101010010010011001010110001010110111010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121424; }

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

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

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

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

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

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

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

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