#01030A

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

Shades of Black Russian #01030A

Tints of Black Russian #01030A

Color information

#01030A (or 0x01030A) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 0A. RGB value is (1,3,10). Sum of RGB (Red+Green+Blue) = 1+3+10=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 10 (4.30% from 255 or 71.43% from 14); Max value from RGB is 10 - color contains mainly: blue. Hex color #01030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01030A is #FEFCF5. Grayscale: #030303. Windows color (decimal): -16710902 or 656129. OLE color: 656129.

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

Color convert

RGB1310-
CMYK0.900.7000.96
HSL226.67º81.82%2.16%-
HSV(B)226.67º90%3.92%-
XYZ0.10.090.3-
YUV3.2131.84126.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 7.14%
GREEN value IS 3 (1.56% from 255) = 21.43%
BLUE value IS 10 (4.30% from 255) = 71.43%
R=7.14%
G=21.43%
B=71.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal13100.900.7000.96226.6781.822.16
Hex13A5A46060e3522
Octal131213210601403431222
Binary1111010101101010001100110000011100011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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