Html Css Color HEX #191901 Maire

📋 copy color: '#191901'

red 25 ◦ green 25 ◦ blue 1

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

Shades of Maire #191901

Tints of Maire #191901

RGB

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

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

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

R = 49.02%
G = 49.02%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#191901 (or 0x191901) is known color: Maire. HEX triplet: 19, 19 and 01. RGB value is (25,25,1). Sum of RGB (Red+Green+Blue) = 25+25+1=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 25 - color contains mainly: red, green. Hex color #191901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191901 is #E6E6FE. Grayscale: #161616. Windows color (decimal): -15132415 or 71961. OLE color: 71961.

HSL color Cylindrical-coordinate representation of color #191901: hue angle of 60º 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 #191901 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 25 1 -
CMYK 0 0 0.96 0.90
HSL 60º 0.92% 0.05% -
HSV(B) 60º 0.96% 0.1% -
XYZ 0.75 0.9 0.16 -
YUV 22.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 25 25 1 0 0 0.96 0.90 60 0.92 0.05
Hex 19 19 1 0 0 60 5A 3C 5C 5
Octal 31 31 1 0 0 140 132 74 134 5
Binary 11001 11001 1 0 0 1100000 1011010 111100 1011100 101

Color Harmonies of #191901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191901

Black with #191901

Text Example


Text Example

White with #191901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191901; }

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

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

background-color css

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

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

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

border-color css

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

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

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