Html Css Color HEX #0A0A07 Maire

📋 copy color: '#0A0A07'

red 10 ◦ green 10 ◦ blue 7

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

Shades of Maire #0A0A07

Tints of Maire #0A0A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 37.04%

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

R = 37.04%
G = 37.04%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.96

RGB Variations

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

Color information

#0A0A07 (or 0x0A0A07) is known color: Maire. HEX triplet: 0A, 0A and 07. RGB value is (10,10,7). Sum of RGB (Red+Green+Blue) = 10+10+7=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 10 - color contains mainly: red, green. Hex color #0A0A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0A07 is #F5F5F8. Grayscale: #090909. Windows color (decimal): -16119289 or 461322. OLE color: 461322.

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

Color convert

RGB 10 10 7 -
CMYK 0 0 0.30 0.96
HSL 60º 0.18% 0.03% -
HSV(B) 60º 0.3% 0.04% -
XYZ 0.27 0.3 0.24 -
YUV 9.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 10 10 7 0 0 0.30 0.96 60 0.18 0.03
Hex A A 7 0 0 1E 60 3C 12 3
Octal 12 12 7 0 0 36 140 74 22 3
Binary 1010 1010 111 0 0 11110 1100000 111100 10010 11

Color Harmonies of #0A0A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0A07

Black with #0A0A07

Text Example


Text Example

White with #0A0A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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