Html Css Color HEX #131003 Maire

📋 copy color: '#131003'

red 19 ◦ green 16 ◦ blue 3

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

Shades of Maire #131003

Tints of Maire #131003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 42.11%

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

R = 50%
G = 42.11%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#131003 (or 0x131003) is known color: Maire. HEX triplet: 13, 10 and 03. RGB value is (19,16,3). Sum of RGB (Red+Green+Blue) = 19+16+3=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #131003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131003 is #ECEFFC. Grayscale: #0F0F0F. Windows color (decimal): -15527933 or 200723. OLE color: 200723.

HSL color Cylindrical-coordinate representation of color #131003: hue angle of 48.75º 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 #131003 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 16 3 -
CMYK 0 0.16 0.84 0.93
HSL 48.75º 0.73% 0.04% -
HSV(B) 48.75º 0.84% 0.07% -
XYZ 0.47 0.52 0.16 -
YUV 15.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 19 16 3 0 0.16 0.84 0.93 48.75 0.73 0.04
Hex 13 10 3 0 10 54 5D 31 49 4
Octal 23 20 3 0 20 124 135 61 111 4
Binary 10011 10000 11 0 10000 1010100 1011101 110001 1001001 100

Color Harmonies of #131003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131003

Black with #131003

Text Example


Text Example

White with #131003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131003; }

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

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

background-color css

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

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

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

border-color css

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

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

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