#121224

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

Shades of Black Russian #121224

Tints of Black Russian #121224

Color information

#121224 (or 0x121224) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 24. RGB value is (18,18,36). Sum of RGB (Red+Green+Blue) = 18+18+36=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #121224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121224 is #EDEDDB. Grayscale: #131313. Windows color (decimal): -15592924 or 2363922. OLE color: 2363922.

HSL color Cylindrical-coordinate representation of color #121224: hue angle of 240º 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 #121224 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB181836-
CMYK0.50.500.86
HSL240º33.33%10.59%-
HSV(B)240º50%14.12%-
XYZ0.780.691.76-
YUV20.05137126.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 36 (14.45% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1818360.50.500.8624033.3310.59
Hex1212243232056f021b
Octal222244626201263604113
Binary100101001010010011001011001001010110111100001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121224; }

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

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

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

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

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

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

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

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