Html Css Color HEX #131405 Maire

📋 copy color: '#131405'

red 19 ◦ green 20 ◦ blue 5

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

Shades of Maire #131405

Tints of Maire #131405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 45.45%

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

R = 43.18%
G = 45.45%
B = 11.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.92

RGB Variations

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

Color information

#131405 (or 0x131405) is known color: Maire. HEX triplet: 13, 14 and 05. RGB value is (19,20,5). Sum of RGB (Red+Green+Blue) = 19+20+5=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #131405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131405 is #ECEBFA. Grayscale: #121212. Windows color (decimal): -15526907 or 332819. OLE color: 332819.

HSL color Cylindrical-coordinate representation of color #131405: hue angle of 64º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131405 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 20 5 -
CMYK 0.05 0 0.75 0.92
HSL 64º 0.6% 0.05% -
HSV(B) 64º 0.75% 0.08% -
XYZ 0.55 0.65 0.24 -
YUV 17.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 19 20 5 0.05 0 0.75 0.92 64 0.6 0.05
Hex 13 14 5 5 0 4B 5C 40 3C 5
Octal 23 24 5 5 0 113 134 100 74 5
Binary 10011 10100 101 101 0 1001011 1011100 1000000 111100 101

Color Harmonies of #131405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131405

Black with #131405

Text Example


Text Example

White with #131405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131405; }

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

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

background-color css

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

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

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

border-color css

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

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

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