#121324

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

Shades of Black Russian #121324

Tints of Black Russian #121324

Color information

#121324 (or 0x121324) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 24. RGB value is (18,19,36). Sum of RGB (Red+Green+Blue) = 18+19+36=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #121324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121324 is #EDECDB. Grayscale: #141414. Windows color (decimal): -15592668 or 2364178. OLE color: 2364178.

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

Color convert

RGB181936-
CMYK0.50.4700.86
HSL236.67º33.33%10.59%-
HSV(B)236.67º50%14.12%-
XYZ0.80.721.77-
YUV20.64136.67126.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 36 (14.45% from 255) = 49.32%
R=24.66%
G=26.03%
B=49.32%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1819360.50.4700.86236.6733.3310.59
Hex121324322F056ed21b
Octal222344625701263554113
Binary100101001110010011001010111101010110111011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121324; }

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

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

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

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

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

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

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

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