#121824

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

Shades of Black Russian #121824

Tints of Black Russian #121824

Color information

#121824 (or 0x121824) is unknown color: approx Black Russian. HEX triplet: 12, 18 and 24. RGB value is (18,24,36). Sum of RGB (Red+Green+Blue) = 18+24+36=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #121824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121824 is #EDE7DB. Grayscale: #171717. Windows color (decimal): -15591388 or 2365458. OLE color: 2365458.

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

Color convert

RGB182436-
CMYK0.50.3300.86
HSL220º33.33%10.59%-
HSV(B)220º50%14.12%-
XYZ0.890.911.8-
YUV23.57135.01124.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 36 (14.45% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1824360.50.3300.8622033.3310.59
Hex1218243221056dc21b
Octal223044624101263344113
Binary100101100010010011001010000101010110110111001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121824; }

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

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

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

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

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

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

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

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