Html Css Color HEX #0A0907 Maire

📋 copy color: '#0A0907'

red 10 ◦ green 9 ◦ blue 7

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

Shades of Maire #0A0907

Tints of Maire #0A0907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 34.62%

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

R = 38.46%
G = 34.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.96

RGB Variations

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

Color information

#0A0907 (or 0x0A0907) is known color: Maire. HEX triplet: 0A, 09 and 07. RGB value is (10,9,7). Sum of RGB (Red+Green+Blue) = 10+9+7=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0907 is #F5F6F8. Grayscale: #090909. Windows color (decimal): -16119545 or 461066. OLE color: 461066.

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

Color convert

RGB 10 9 7 -
CMYK 0 0.10 0.30 0.96
HSL 40º 0.18% 0.03% -
HSV(B) 40º 0.3% 0.04% -
XYZ 0.26 0.28 0.24 -
YUV 9.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 10 9 7 0 0.10 0.30 0.96 40 0.18 0.03
Hex A 9 7 0 A 1E 60 28 12 3
Octal 12 11 7 0 12 36 140 50 22 3
Binary 1010 1001 111 0 1010 11110 1100000 101000 10010 11

Color Harmonies of #0A0907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0907

Black with #0A0907

Text Example


Text Example

White with #0A0907

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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