#19140B

Color #19140B Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #19140B

Tints of Maire #19140B

Color information

#19140B (or 0x19140B) is unknown color: approx Maire. HEX triplet: 19, 14 and 0B. RGB value is (25,20,11). Sum of RGB (Red+Green+Blue) = 25+20+11=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #19140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19140B is #E6EBF4. Grayscale: #141414. Windows color (decimal): -15133685 or 726041. OLE color: 726041.

HSL color Cylindrical-coordinate representation of color #19140B: hue angle of 38.57º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #19140B is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB252011-
CMYK00.200.560.90
HSL38.57º38.89%7.06%-
HSV(B)38.57º56%9.8%-
XYZ0.710.730.42-
YUV20.47122.66131.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 44.64%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=44.64%
G=35.71%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25201100.200.560.9038.5738.897.06
Hex1914B014385A27277
Octal3124130247013247477
Binary110011010010110101001110001011010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19140B; }

 p { color: rgb(25,20,11); }

 H1.HeaderClassName
 {
   color: #19140B;
 }
 .AnyTagClassName
 {
   color: #19140B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #19140B;
 }
 .BgClassName
 {
   background-color: #19140B;
 }
</style>
border-color css

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

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

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