#12101C

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

Shades of Black Russian #12101C

Tints of Black Russian #12101C

Color information

#12101C (or 0x12101C) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 1C. RGB value is (18,16,28). Sum of RGB (Red+Green+Blue) = 18+16+28=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #12101C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12101C is #EDEFE3. Grayscale: #111111. Windows color (decimal): -15593444 or 1839122. OLE color: 1839122.

HSL color Cylindrical-coordinate representation of color #12101C: hue angle of 250º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #12101C is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181628-
CMYK0.360.4300.89
HSL250º27.27%8.63%-
HSV(B)250º42.86%10.98%-
XYZ0.640.581.18-
YUV17.97133.66128.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 28 (11.33% from 255) = 45.16%
R=29.03%
G=25.81%
B=45.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1816280.360.4300.8925027.278.63
Hex12101C242B059fa1b9
Octal222034445301313723311
Binary1001010000111001001001010110101100111111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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