Html Css Color HEX #191502 Maire

📋 copy color: '#191502'

red 25 ◦ green 21 ◦ blue 2

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

Shades of Maire #191502

Tints of Maire #191502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 4.17%

R = 52.08%
G = 43.75%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.90

RGB Variations

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

Color information

#191502 (or 0x191502) is known color: Maire. HEX triplet: 19, 15 and 02. RGB value is (25,21,2). Sum of RGB (Red+Green+Blue) = 25+21+2=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #191502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191502 is #E6EAFD. Grayscale: #141414. Windows color (decimal): -15133438 or 136473. OLE color: 136473.

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

Color convert

RGB 25 21 2 -
CMYK 0 0.16 0.92 0.90
HSL 49.57º 0.85% 0.05% -
HSV(B) 49.57º 0.92% 0.1% -
XYZ 0.68 0.75 0.17 -
YUV 20.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 25 21 2 0 0.16 0.92 0.90 49.57 0.85 0.05
Hex 19 15 2 0 10 5C 5A 32 55 5
Octal 31 25 2 0 20 134 132 62 125 5
Binary 11001 10101 10 0 10000 1011100 1011010 110010 1010101 101

Color Harmonies of #191502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191502

Black with #191502

Text Example


Text Example

White with #191502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191502; }

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

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

background-color css

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

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

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

border-color css

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

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

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