#12101E

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

Shades of Black Russian #12101E

Tints of Black Russian #12101E

Color information

#12101E (or 0x12101E) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 1E. RGB value is (18,16,30). Sum of RGB (Red+Green+Blue) = 18+16+30=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #12101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12101E is #EDEFE1. Grayscale: #121212. Windows color (decimal): -15593442 or 1970194. OLE color: 1970194.

HSL color Cylindrical-coordinate representation of color #12101E: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #12101E is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB181630-
CMYK0.400.4700.88
HSL248.57º30.43%9.02%-
HSV(B)248.57º46.67%11.76%-
XYZ0.670.591.31-
YUV18.19134.66127.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 46.88%
R=28.12%
G=25%
B=46.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1816300.400.4700.88248.5730.439.02
Hex12101E282F058f91e9
Octal222036505701303713611
Binary1001010000111101010001011110101100011111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12101E; }

 p { color: rgb(18,16,30); }

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

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

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

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

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

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

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