#01010A

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

Shades of Black Russian #01010A

Tints of Black Russian #01010A

Color information

#01010A (or 0x01010A) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 0A. RGB value is (1,1,10). Sum of RGB (Red+Green+Blue) = 1+1+10=12 (1% of max value = 765). Red value is 1 (0.78% from 255 or 8.33% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 10 (4.30% from 255 or 83.33% from 12); Max value from RGB is 10 - color contains mainly: blue. Hex color #01010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01010A is #FEFEF5. Grayscale: #010101. Windows color (decimal): -16711414 or 655617. OLE color: 655617.

HSL color Cylindrical-coordinate representation of color #01010A: hue angle of 240º 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 #01010A is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB1110-
CMYK0.900.9000.96
HSL240º81.82%2.16%-
HSV(B)240º90%3.92%-
XYZ0.080.050.29-
YUV2.03132.5127.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 8.33%
GREEN value IS 1 (0.78% from 255) = 8.33%
BLUE value IS 10 (4.30% from 255) = 83.33%
R=8.33%
G=8.33%
B=83.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal11100.900.9000.9624081.822.16
Hex11A5A5A060f0522
Octal111213213201403601222
Binary111010101101010110100110000011110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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