Html Css Color HEX #191001 Maire

📋 copy color: '#191001'

red 25 ◦ green 16 ◦ blue 1

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

Shades of Maire #191001

Tints of Maire #191001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 38.1%

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

R = 59.52%
G = 38.1%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#191001 (or 0x191001) is known color: Maire. HEX triplet: 19, 10 and 01. RGB value is (25,16,1). Sum of RGB (Red+Green+Blue) = 25+16+1=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #191001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191001 is #E6EFFE. Grayscale: #111111. Windows color (decimal): -15134719 or 69657. OLE color: 69657.

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

Color convert

RGB 25 16 1 -
CMYK 0 0.36 0.96 0.90
HSL 37.5º 0.92% 0.05% -
HSV(B) 37.5º 0.96% 0.1% -
XYZ 0.59 0.58 0.11 -
YUV 16.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 25 16 1 0 0.36 0.96 0.90 37.5 0.92 0.05
Hex 19 10 1 0 24 60 5A 26 5C 5
Octal 31 20 1 0 44 140 132 46 134 5
Binary 11001 10000 1 0 100100 1100000 1011010 100110 1011100 101

Color Harmonies of #191001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191001

Black with #191001

Text Example


Text Example

White with #191001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191001; }

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

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

background-color css

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

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

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

border-color css

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

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

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