Html Css Color HEX #191500 Maire

📋 copy color: '#191500'

red 25 ◦ green 21 ◦ blue 0

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

Shades of Maire #191500

Tints of Maire #191500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.35%
G = 45.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#191500 (or 0x191500) is known color: Maire. HEX triplet: 19, 15 and 00. RGB value is (25,21,0). Sum of RGB (Red+Green+Blue) = 25+21+0=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #191500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191500 is #E6EAFF. Grayscale: #131313. Windows color (decimal): -15133440 or 5401. OLE color: 5401.

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

Color convert

RGB 25 21 0 -
CMYK 0 0.16 1 0.90
HSL 50.4º 1% 0.05% -
HSV(B) 50.4º 1% 0.1% -
XYZ 0.67 0.74 0.11 -
YUV 19.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 25 21 0 0 0.16 1 0.90 50.4 1 0.05
Hex 19 15 0 0 10 64 5A 32 64 5
Octal 31 25 0 0 20 144 132 62 144 5
Binary 11001 10101 0 0 10000 1100100 1011010 110010 1100100 101

Color Harmonies of #191500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191500

Black with #191500

Text Example


Text Example

White with #191500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191500; }

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

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

background-color css

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

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

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

border-color css

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

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

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