#131308

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

Shades of Maire #131308

Tints of Maire #131308

Color information

#131308 (or 0x131308) is unknown color: approx Maire. HEX triplet: 13, 13 and 08. RGB value is (19,19,8). Sum of RGB (Red+Green+Blue) = 19+19+8=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131308 is #ECECF7. Grayscale: #111111. Windows color (decimal): -15527160 or 529171. OLE color: 529171.

HSL color Cylindrical-coordinate representation of color #131308: hue angle of 60º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #131308 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB19198-
CMYK000.580.93
HSL60º40.74%5.29%-
HSV(B)60º57.89%7.45%-
XYZ0.550.620.32-
YUV17.75122.5128.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=41.30%
G=41.30%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19198000.580.936040.745.29
Hex13138003A5D3c295
Octal232310007213574515
Binary10011100111000001110101011101111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131308; }

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

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

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

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

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

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

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

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