Html Css Color HEX #0A0804 Maire

📋 copy color: '#0A0804'

red 10 ◦ green 8 ◦ blue 4

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

Shades of Maire #0A0804

Tints of Maire #0A0804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 18.18%

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.6

 K value IS 0.96

RGB Variations

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

Color information

#0A0804 (or 0x0A0804) is known color: Maire. HEX triplet: 0A, 08 and 04. RGB value is (10,8,4). Sum of RGB (Red+Green+Blue) = 10+8+4=22 (2% of max value = 765). Red value is 10 (4.30% from 255 or 45.45% from 22); Green value is 8 (3.52% from 255 or 36.36% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0804 is #F5F7FB. Grayscale: #080808. Windows color (decimal): -16119804 or 264202. OLE color: 264202.

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

Color convert

RGB 10 8 4 -
CMYK 0 0.2 0.6 0.96
HSL 40º 0.43% 0.03% -
HSV(B) 40º 0.6% 0.04% -
XYZ 0.23 0.25 0.15 -
YUV 8.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 10 8 4 0 0.2 0.6 0.96 40 0.43 0.03
Hex A 8 4 0 14 3C 60 28 2B 3
Octal 12 10 4 0 24 74 140 50 53 3
Binary 1010 1000 100 0 10100 111100 1100000 101000 101011 11

Color Harmonies of #0A0804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0804

Black with #0A0804

Text Example


Text Example

White with #0A0804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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