Html Css Color HEX #19190A Maire

📋 copy color: '#19190A'

red 25 ◦ green 25 ◦ blue 10

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

Shades of Maire #19190A

Tints of Maire #19190A

RGB

 RED value IS 25 (10.16% from 255) = 41.67%

 GREEN value IS 25 (10.16% from 255) = 41.67%

 BLUE value IS 10 (4.3% from 255) = 16.67%

R = 41.67%
G = 41.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.90

RGB Variations

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

Color information

#19190A (or 0x19190A) is known color: Maire. HEX triplet: 19, 19 and 0A. RGB value is (25,25,10). Sum of RGB (Red+Green+Blue) = 25+25+10=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 25 - color contains mainly: red, green. Hex color #19190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19190A is #E6E6F5. Grayscale: #171717. Windows color (decimal): -15132406 or 661785. OLE color: 661785.

HSL color Cylindrical-coordinate representation of color #19190A: hue angle of 60º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19190A is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 25 10 -
CMYK 0 0 0.60 0.90
HSL 60º 0.43% 0.07% -
HSV(B) 60º 0.6% 0.1% -
XYZ 0.8 0.92 0.42 -
YUV 23.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 25 25 10 0 0 0.60 0.90 60 0.43 0.07
Hex 19 19 A 0 0 3C 5A 3C 2B 7
Octal 31 31 12 0 0 74 132 74 53 7
Binary 11001 11001 1010 0 0 111100 1011010 111100 101011 111

Color Harmonies of #19190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19190A

Black with #19190A

Text Example


Text Example

White with #19190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19190A; }

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

 H1.HeaderClassName
 {
   color: #19190A;
 }
 .AnyTagClassName
 {
   color: #19190A;
 }
</style>

background-color css

<style>
 a { background-color: #19190A; }

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

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

border-color css

<style>
 span { border-color: #19190A; }

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

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