Html Css Color HEX #0A0807 Black

📋 copy color: '#0A0807'

red 10 ◦ green 8 ◦ blue 7

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

Shades of Black #0A0807

Tints of Black #0A0807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 32%

 BLUE value IS 7 (3.13% from 255) = 28%

R = 40%
G = 32%
B = 28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.30

 K value IS 0.96

RGB Variations

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

Color information

#0A0807 (or 0x0A0807) is known color: Black. HEX triplet: 0A, 08 and 07. RGB value is (10,8,7). Sum of RGB (Red+Green+Blue) = 10+8+7=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0807 is #F5F7F8. Grayscale: #080808. Windows color (decimal): -16119801 or 460810. OLE color: 460810.

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

Color convert

RGB 10 8 7 -
CMYK 0 0.2 0.30 0.96
HSL 20º 0.18% 0.03% -
HSV(B) 20º 0.3% 0.04% -
XYZ 0.25 0.25 0.24 -
YUV 8.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 10 8 7 0 0.2 0.30 0.96 20 0.18 0.03
Hex A 8 7 0 14 1E 60 14 12 3
Octal 12 10 7 0 24 36 140 24 22 3
Binary 1010 1000 111 0 10100 11110 1100000 10100 10010 11

Color Harmonies of #0A0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0807

Black with #0A0807

Text Example


Text Example

White with #0A0807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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