#121218

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

Shades of Black Russian #121218

Tints of Black Russian #121218

Color information

#121218 (or 0x121218) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 18. RGB value is (18,18,24). Sum of RGB (Red+Green+Blue) = 18+18+24=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #121218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121218 is #EDEDE7. Grayscale: #121212. Windows color (decimal): -15592936 or 1577490. OLE color: 1577490.

HSL color Cylindrical-coordinate representation of color #121218: hue angle of 240º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #121218 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB181824-
CMYK0.250.2500.91
HSL240º14.29%8.24%-
HSV(B)240º25%9.41%-
XYZ0.630.630.95-
YUV18.68131127.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 24 (9.77% from 255) = 40%
R=30%
G=30%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1818240.250.2500.9124014.298.24
Hex121218191905Bf0e8
Octal222230313101333601610
Binary1001010010110001100111001010110111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121218; }

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

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

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

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

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

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

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

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