#12101F

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

Shades of Black Russian #12101F

Tints of Black Russian #12101F

Color information

#12101F (or 0x12101F) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 1F. RGB value is (18,16,31). Sum of RGB (Red+Green+Blue) = 18+16+31=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #12101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12101F is #EDEFE0. Grayscale: #121212. Windows color (decimal): -15593441 or 2035730. OLE color: 2035730.

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

Color convert

RGB181631-
CMYK0.420.4800.88
HSL248º31.91%9.22%-
HSV(B)248º48.39%12.16%-
XYZ0.680.61.38-
YUV18.31135.16127.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 16 (6.64% from 255) = 24.62%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=27.69%
G=24.62%
B=47.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1816310.420.4800.8824831.919.22
Hex12101F2A30058f8209
Octal222037526001303704011
Binary10010100001111110101011000001011000111110001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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