#01040A

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

Shades of Black Russian #01040A

Tints of Black Russian #01040A

Color information

#01040A (or 0x01040A) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 0A. RGB value is (1,4,10). Sum of RGB (Red+Green+Blue) = 1+4+10=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 10 (4.30% from 255 or 66.67% from 15); Max value from RGB is 10 - color contains mainly: blue. Hex color #01040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01040A is #FEFBF5. Grayscale: #030303. Windows color (decimal): -16710646 or 656385. OLE color: 656385.

HSL color Cylindrical-coordinate representation of color #01040A: hue angle of 220º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #01040A is Cyan = 0.90, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB1410-
CMYK0.900.600.96
HSL220º81.82%2.16%-
HSV(B)220º90%3.92%-
XYZ0.110.120.3-
YUV3.79131.51126.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 6.67%
GREEN value IS 4 (1.95% from 255) = 26.67%
BLUE value IS 10 (4.30% from 255) = 66.67%
R=6.67%
G=26.67%
B=66.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal14100.900.600.9622081.822.16
Hex14A5A3C060dc522
Octal14121327401403341222
Binary1100101010110101111000110000011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01040A; }

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

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

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

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

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

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

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

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