#0A0401

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

Shades of Black #0A0401

Tints of Black #0A0401

Color information

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

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

Color convert

RGB1041-
CMYK00.60.900.96
HSL20º81.82%2.16%-
HSV(B)20º90%3.92%-
XYZ0.170.150.05-
YUV5.45125.49131.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal104100.60.900.962081.822.16
HexA4103C5A6014522
Octal1241074132140241222
Binary1010100101111001011010110000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0401; }

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

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

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

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

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

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

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

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