Html Css Color HEX #131005 Maire

📋 copy color: '#131005'

red 19 ◦ green 16 ◦ blue 5

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

Shades of Maire #131005

Tints of Maire #131005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 12.5%

R = 47.5%
G = 40%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#131005 (or 0x131005) is known color: Maire. HEX triplet: 13, 10 and 05. RGB value is (19,16,5). Sum of RGB (Red+Green+Blue) = 19+16+5=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #131005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131005 is #ECEFFA. Grayscale: #0F0F0F. Windows color (decimal): -15527931 or 331795. OLE color: 331795.

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

Color convert

RGB 19 16 5 -
CMYK 0 0.16 0.74 0.93
HSL 47.14º 0.58% 0.05% -
HSV(B) 47.14º 0.74% 0.07% -
XYZ 0.48 0.52 0.22 -
YUV 15.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 19 16 5 0 0.16 0.74 0.93 47.14 0.58 0.05
Hex 13 10 5 0 10 4A 5D 2F 3A 5
Octal 23 20 5 0 20 112 135 57 72 5
Binary 10011 10000 101 0 10000 1001010 1011101 101111 111010 101

Color Harmonies of #131005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131005

Black with #131005

Text Example


Text Example

White with #131005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131005; }

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

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

background-color css

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

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

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

border-color css

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

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

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