Html Css Color HEX #0A0300 Black

📋 copy color: '#0A0300'

red 10 ◦ green 3 ◦ blue 0

#0A0300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #0A0300

Tints of Black #0A0300

RGB

 RED value IS 10 (4.3% from 255) = 76.92%

 GREEN value IS 3 (1.56% from 255) = 23.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.92%
G = 23.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#0A0300 (or 0x0A0300) is known color: Black. HEX triplet: 0A, 03 and 00. RGB value is (10,3,0). Sum of RGB (Red+Green+Blue) = 10+3+0=13 (1% of max value = 765). Red value is 10 (4.30% from 255 or 76.92% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 0 (0.39% from 255 or 0% from 13); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0300 is #F5FCFF. Grayscale: #040404. Windows color (decimal): -16121088 or 778. OLE color: 778.

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

Color convert

RGB 10 3 0 -
CMYK 0 0.70 1 0.96
HSL 18º 1% 0.02% -
HSV(B) 18º 1% 0.04% -
XYZ 0.16 0.13 0.02 -
YUV 4.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 10 3 0 0 0.70 1 0.96 18 1 0.02
Hex A 3 0 0 46 64 60 12 64 2
Octal 12 3 0 0 106 144 140 22 144 2
Binary 1010 11 0 0 1000110 1100100 1100000 10010 1100100 10

Color Harmonies of #0A0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0300

Black with #0A0300

Text Example


Text Example

White with #0A0300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A0300;
 }
 .AnyTagClassName
 {
   color: #0A0300;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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