Html Css Color HEX #191505 Maire

📋 copy color: '#191505'

red 25 ◦ green 21 ◦ blue 5

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

Shades of Maire #191505

Tints of Maire #191505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 41.18%

 BLUE value IS 5 (2.34% from 255) = 9.8%

R = 49.02%
G = 41.18%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.90

RGB Variations

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

Color information

#191505 (or 0x191505) is known color: Maire. HEX triplet: 19, 15 and 05. RGB value is (25,21,5). Sum of RGB (Red+Green+Blue) = 25+21+5=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #191505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191505 is #E6EAFA. Grayscale: #141414. Windows color (decimal): -15133435 or 333081. OLE color: 333081.

HSL color Cylindrical-coordinate representation of color #191505: hue angle of 48º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191505 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 21 5 -
CMYK 0 0.16 0.80 0.90
HSL 48º 0.67% 0.06% -
HSV(B) 48º 0.8% 0.1% -
XYZ 0.7 0.75 0.25 -
YUV 20.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 25 21 5 0 0.16 0.80 0.90 48 0.67 0.06
Hex 19 15 5 0 10 50 5A 30 43 6
Octal 31 25 5 0 20 120 132 60 103 6
Binary 11001 10101 101 0 10000 1010000 1011010 110000 1000011 110

Color Harmonies of #191505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191505

Black with #191505

Text Example


Text Example

White with #191505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191505; }

 p { color: rgb(25,21,5); }

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

background-color css

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

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

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

border-color css

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

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

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