Html Css Color HEX #0A0701 Black

📋 copy color: '#0A0701'

red 10 ◦ green 7 ◦ blue 1

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

Shades of Black #0A0701

Tints of Black #0A0701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 38.89%

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

R = 55.56%
G = 38.89%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.96

RGB Variations

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

Color information

#0A0701 (or 0x0A0701) is known color: Black. HEX triplet: 0A, 07 and 01. RGB value is (10,7,1). Sum of RGB (Red+Green+Blue) = 10+7+1=18 (2% of max value = 765). Red value is 10 (4.30% from 255 or 55.56% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0701 is #F5F8FE. Grayscale: #070707. Windows color (decimal): -16120063 or 67338. OLE color: 67338.

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

Color convert

RGB 10 7 1 -
CMYK 0 0.30 0.90 0.96
HSL 40º 0.82% 0.02% -
HSV(B) 40º 0.9% 0.04% -
XYZ 0.21 0.22 0.06 -
YUV 7.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 10 7 1 0 0.30 0.90 0.96 40 0.82 0.02
Hex A 7 1 0 1E 5A 60 28 52 2
Octal 12 7 1 0 36 132 140 50 122 2
Binary 1010 111 1 0 11110 1011010 1100000 101000 1010010 10

Color Harmonies of #0A0701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0701

Black with #0A0701

Text Example


Text Example

White with #0A0701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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