#0A0404

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

Shades of Black #0A0404

Tints of Black #0A0404

Color information

#0A0404 (or 0x0A0404) is unknown color: approx Black. HEX triplet: 0A, 04 and 04. RGB value is (10,4,4). Sum of RGB (Red+Green+Blue) = 10+4+4=18 (2% of max value = 765). Red value is 10 (4.30% from 255 or 55.56% from 18); Green value is 4 (1.95% from 255 or 22.22% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0404 is #F5FBFB. Grayscale: #050505. Windows color (decimal): -16120828 or 263178. OLE color: 263178.

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

Color convert

RGB1044-
CMYK00.60.60.96
HSL42.86%2.75%-
HSV(B)60%3.92%-
XYZ0.190.160.14-
YUV5.79126.99131-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 22.22%
BLUE value IS 4 (1.95% from 255) = 22.22%
R=55.56%
G=22.22%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.6
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal104400.60.60.96042.862.75
HexA4403C3C6002b3
Octal1244074741400533
Binary101010010001111001111001100000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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