#010412

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

Shades of Black Russian #010412

Tints of Black Russian #010412

Color information

#010412 (or 0x010412) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 12. RGB value is (1,4,18). Sum of RGB (Red+Green+Blue) = 1+4+18=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 18 (7.42% from 255 or 78.26% from 23); Max value from RGB is 18 - color contains mainly: blue. Hex color #010412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010412 is #FEFBED. Grayscale: #040404. Windows color (decimal): -16710638 or 1180673. OLE color: 1180673.

HSL color Cylindrical-coordinate representation of color #010412: hue angle of 229.41º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010412 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB1418-
CMYK0.940.7800.93
HSL229.41º89.47%3.73%-
HSV(B)229.41º94.44%7.06%-
XYZ0.170.140.59-
YUV4.7135.51125.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.35%
GREEN value IS 4 (1.95% from 255) = 17.39%
BLUE value IS 18 (7.42% from 255) = 78.26%
R=4.35%
G=17.39%
B=78.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal14180.940.7800.93229.4189.473.73
Hex14125E4E05De5594
Octal142213611601353451314
Binary1100100101011110100111001011101111001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010412; }

 p { color: rgb(1,4,18); }

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

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

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

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

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

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

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