#121624

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

Shades of Black Russian #121624

Tints of Black Russian #121624

Color information

#121624 (or 0x121624) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 24. RGB value is (18,22,36). Sum of RGB (Red+Green+Blue) = 18+22+36=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 36 - color contains mainly: blue. Hex color #121624 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121624 is #EDE9DB. Grayscale: #161616. Windows color (decimal): -15591900 or 2364946. OLE color: 2364946.

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

Color convert

RGB182236-
CMYK0.50.3900.86
HSL226.67º33.33%10.59%-
HSV(B)226.67º50%14.12%-
XYZ0.850.831.78-
YUV22.4135.67124.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 36 (14.45% from 255) = 47.37%
R=23.68%
G=28.95%
B=47.37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1822360.50.3900.86226.6733.3310.59
Hex1216243227056e321b
Octal222644624701263434113
Binary100101011010010011001010011101010110111000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121624; }

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

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

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

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

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

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

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

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