#12121A

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

Shades of Black Russian #12121A

Tints of Black Russian #12121A

Color information

#12121A (or 0x12121A) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 1A. RGB value is (18,18,26). Sum of RGB (Red+Green+Blue) = 18+18+26=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #12121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12121A is #EDEDE5. Grayscale: #121212. Windows color (decimal): -15592934 or 1708562. OLE color: 1708562.

HSL color Cylindrical-coordinate representation of color #12121A: hue angle of 240º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #12121A is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB181826-
CMYK0.310.3100.90
HSL240º18.18%8.63%-
HSV(B)240º30.77%10.2%-
XYZ0.650.641.07-
YUV18.91132127.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=29.03%
G=29.03%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1818260.310.3100.9024018.188.63
Hex12121A1F1F05Af0129
Octal222232373701323602211
Binary10010100101101011111111110101101011110000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12121A; }

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

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

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

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

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

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

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

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