#010410

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

Shades of Black Russian #010410

Tints of Black Russian #010410

Color information

#010410 (or 0x010410) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 10. RGB value is (1,4,16). Sum of RGB (Red+Green+Blue) = 1+4+16=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 16 (6.64% from 255 or 76.19% from 21); Max value from RGB is 16 - color contains mainly: blue. Hex color #010410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010410 is #FEFBEF. Grayscale: #040404. Windows color (decimal): -16710640 or 1049601. OLE color: 1049601.

HSL color Cylindrical-coordinate representation of color #010410: hue angle of 228º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010410 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB1416-
CMYK0.940.7500.94
HSL228º88.24%3.33%-
HSV(B)228º93.75%6.27%-
XYZ0.150.130.51-
YUV4.47134.51125.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.76%
GREEN value IS 4 (1.95% from 255) = 19.05%
BLUE value IS 16 (6.64% from 255) = 76.19%
R=4.76%
G=19.05%
B=76.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal14160.940.7500.9422888.243.33
Hex14105E4B05Ee4583
Octal142013611301363441303
Binary110010000101111010010110101111011100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010410; }

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

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

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

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

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

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

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

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