Html Css Color HEX #191508 Maire

📋 copy color: '#191508'

red 25 ◦ green 21 ◦ blue 8

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

Shades of Maire #191508

Tints of Maire #191508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 14.81%

R = 46.3%
G = 38.89%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.90

RGB Variations

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

Color information

#191508 (or 0x191508) is known color: Maire. HEX triplet: 19, 15 and 08. RGB value is (25,21,8). Sum of RGB (Red+Green+Blue) = 25+21+8=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #191508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191508 is #E6EAF7. Grayscale: #141414. Windows color (decimal): -15133432 or 529689. OLE color: 529689.

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

Color convert

RGB 25 21 8 -
CMYK 0 0.16 0.68 0.90
HSL 45.88º 0.52% 0.06% -
HSV(B) 45.88º 0.68% 0.1% -
XYZ 0.71 0.76 0.34 -
YUV 20.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 25 21 8 0 0.16 0.68 0.90 45.88 0.52 0.06
Hex 19 15 8 0 10 44 5A 2E 34 6
Octal 31 25 10 0 20 104 132 56 64 6
Binary 11001 10101 1000 0 10000 1000100 1011010 101110 110100 110

Color Harmonies of #191508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191508

Black with #191508

Text Example


Text Example

White with #191508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191508; }

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

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

background-color css

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

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

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

border-color css

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

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

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