#191308

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

Shades of Maire #191308

Tints of Maire #191308

Color information

#191308 (or 0x191308) is unknown color: approx Maire. HEX triplet: 19, 13 and 08. RGB value is (25,19,8). Sum of RGB (Red+Green+Blue) = 25+19+8=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #191308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191308 is #E6ECF7. Grayscale: #131313. Windows color (decimal): -15133944 or 529177. OLE color: 529177.

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

Color convert

RGB25198-
CMYK00.240.680.90
HSL38.82º51.52%6.47%-
HSV(B)38.82º68%9.8%-
XYZ0.680.690.33-
YUV19.54121.49131.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 48.08%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 8 (3.52% from 255) = 15.38%
R=48.08%
G=36.54%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2519800.240.680.9038.8251.526.47
Hex19138018445A27346
Octal31231003010413247646
Binary1100110011100001100010001001011010100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191308; }

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

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

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

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

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

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

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

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