#0A0500

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

Shades of Black #0A0500

Tints of Black #0A0500

Color information

#0A0500 (or 0x0A0500) is unknown color: approx Black. HEX triplet: 0A, 05 and 00. RGB value is (10,5,0). Sum of RGB (Red+Green+Blue) = 10+5+0=15 (1% of max value = 765). Red value is 10 (4.30% from 255 or 66.67% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0500 is #F5FAFF. Grayscale: #050505. Windows color (decimal): -16120576 or 1290. OLE color: 1290.

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

Color convert

RGB1050-
CMYK00.5010.96
HSL30º100%1.96%-
HSV(B)30º100%3.92%-
XYZ0.180.170.02-
YUV5.92124.66130.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal105000.5010.96301001.96
HexA5003264601e642
Octal1250062144140361442
Binary1010101001100101100100110000011110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,5,0); }

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

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

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

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

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

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

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