Html Css Color HEX #191501 Maire

📋 copy color: '#191501'

red 25 ◦ green 21 ◦ blue 1

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

Shades of Maire #191501

Tints of Maire #191501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.13%

R = 53.19%
G = 44.68%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#191501 (or 0x191501) is known color: Maire. HEX triplet: 19, 15 and 01. RGB value is (25,21,1). Sum of RGB (Red+Green+Blue) = 25+21+1=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #191501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191501 is #E6EAFE. Grayscale: #141414. Windows color (decimal): -15133439 or 70937. OLE color: 70937.

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

Color convert

RGB 25 21 1 -
CMYK 0 0.16 0.96 0.90
HSL 50º 0.92% 0.05% -
HSV(B) 50º 0.96% 0.1% -
XYZ 0.67 0.75 0.14 -
YUV 19.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 25 21 1 0 0.16 0.96 0.90 50 0.92 0.05
Hex 19 15 1 0 10 60 5A 32 5C 5
Octal 31 25 1 0 20 140 132 62 134 5
Binary 11001 10101 1 0 10000 1100000 1011010 110010 1011100 101

Color Harmonies of #191501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191501

Black with #191501

Text Example


Text Example

White with #191501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191501; }

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

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

background-color css

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

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

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

border-color css

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

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

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