Html Css Color HEX #131000 Maire

📋 copy color: '#131000'

red 19 ◦ green 16 ◦ blue 0

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

Shades of Maire #131000

Tints of Maire #131000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.29%
G = 45.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#131000 (or 0x131000) is known color: Maire. HEX triplet: 13, 10 and 00. RGB value is (19,16,0). Sum of RGB (Red+Green+Blue) = 19+16+0=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #131000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131000 is #ECEFFF. Grayscale: #0F0F0F. Windows color (decimal): -15527936 or 4115. OLE color: 4115.

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

Color convert

RGB 19 16 0 -
CMYK 0 0.16 1 0.93
HSL 50.53º 1% 0.04% -
HSV(B) 50.53º 1% 0.07% -
XYZ 0.45 0.51 0.07 -
YUV 15.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 19 16 0 0 0.16 1 0.93 50.53 1 0.04
Hex 13 10 0 0 10 64 5D 33 64 4
Octal 23 20 0 0 20 144 135 63 144 4
Binary 10011 10000 0 0 10000 1100100 1011101 110011 1100100 100

Color Harmonies of #131000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131000

Black with #131000

Text Example


Text Example

White with #131000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131000; }

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

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

background-color css

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

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

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

border-color css

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

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

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