Html Css Color HEX #19190F Maire

📋 copy color: '#19190F'

red 25 ◦ green 25 ◦ blue 15

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

Shades of Maire #19190F

Tints of Maire #19190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 38.46%
G = 38.46%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.90

RGB Variations

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

Color information

#19190F (or 0x19190F) is known color: Maire. HEX triplet: 19, 19 and 0F. RGB value is (25,25,15). Sum of RGB (Red+Green+Blue) = 25+25+15=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 25 - color contains mainly: red, green. Hex color #19190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19190F is #E6E6F0. Grayscale: #171717. Windows color (decimal): -15132401 or 989465. OLE color: 989465.

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

Color convert

RGB 25 25 15 -
CMYK 0 0 0.40 0.90
HSL 60º 0.25% 0.08% -
HSV(B) 60º 0.4% 0.1% -
XYZ 0.83 0.94 0.59 -
YUV 23.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 25 25 15 0 0 0.40 0.90 60 0.25 0.08
Hex 19 19 F 0 0 28 5A 3C 19 8
Octal 31 31 17 0 0 50 132 74 31 10
Binary 11001 11001 1111 0 0 101000 1011010 111100 11001 1000

Color Harmonies of #19190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19190F

Black with #19190F

Text Example


Text Example

White with #19190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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