Html Css Color HEX #0A0201 Black

📋 copy color: '#0A0201'

red 10 ◦ green 2 ◦ blue 1

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

Shades of Black #0A0201

Tints of Black #0A0201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 15.38%

 BLUE value IS 1 (0.78% from 255) = 7.69%

R = 76.92%
G = 15.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0.96

RGB Variations

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

Color information

#0A0201 (or 0x0A0201) is known color: Black. HEX triplet: 0A, 02 and 01. RGB value is (10,2,1). Sum of RGB (Red+Green+Blue) = 10+2+1=13 (1% of max value = 765). Red value is 10 (4.30% from 255 or 76.92% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0201 is #F5FDFE. Grayscale: #040404. Windows color (decimal): -16121343 or 66058. OLE color: 66058.

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

Color convert

RGB 10 2 1 -
CMYK 0 0.8 0.90 0.96
HSL 6.67º 0.82% 0.02% -
HSV(B) 6.67º 0.9% 0.04% -
XYZ 0.15 0.11 0.04 -
YUV 4.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 10 2 1 0 0.8 0.90 0.96 6.67 0.82 0.02
Hex A 2 1 0 50 5A 60 7 52 2
Octal 12 2 1 0 120 132 140 7 122 2
Binary 1010 10 1 0 1010000 1011010 1100000 111 1010010 10

Color Harmonies of #0A0201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0201

Black with #0A0201

Text Example


Text Example

White with #0A0201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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