Html Css Color HEX #131303 Maire

📋 copy color: '#131303'

red 19 ◦ green 19 ◦ blue 3

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

Shades of Maire #131303

Tints of Maire #131303

RGB

 RED value IS 19 (7.81% from 255) = 46.34%

 GREEN value IS 19 (7.81% from 255) = 46.34%

 BLUE value IS 3 (1.56% from 255) = 7.32%

R = 46.34%
G = 46.34%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#131303 (or 0x131303) is known color: Maire. HEX triplet: 13, 13 and 03. RGB value is (19,19,3). Sum of RGB (Red+Green+Blue) = 19+19+3=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131303 is #ECECFC. Grayscale: #111111. Windows color (decimal): -15527165 or 201491. OLE color: 201491.

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

Color convert

RGB 19 19 3 -
CMYK 0 0 0.84 0.93
HSL 60º 0.73% 0.04% -
HSV(B) 60º 0.84% 0.07% -
XYZ 0.52 0.61 0.18 -
YUV 17.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 19 19 3 0 0 0.84 0.93 60 0.73 0.04
Hex 13 13 3 0 0 54 5D 3C 49 4
Octal 23 23 3 0 0 124 135 74 111 4
Binary 10011 10011 11 0 0 1010100 1011101 111100 1001001 100

Color Harmonies of #131303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131303

Black with #131303

Text Example


Text Example

White with #131303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131303; }

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

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

background-color css

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

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

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

border-color css

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

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

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