Html Css Color HEX #131406 Maire

📋 copy color: '#131406'

red 19 ◦ green 20 ◦ blue 6

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

Shades of Maire #131406

Tints of Maire #131406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 13.33%

R = 42.22%
G = 44.44%
B = 13.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#131406 (or 0x131406) is known color: Maire. HEX triplet: 13, 14 and 06. RGB value is (19,20,6). Sum of RGB (Red+Green+Blue) = 19+20+6=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #131406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131406 is #ECEBF9. Grayscale: #121212. Windows color (decimal): -15526906 or 398355. OLE color: 398355.

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

Color convert

RGB 19 20 6 -
CMYK 0.05 0 0.70 0.92
HSL 64.29º 0.54% 0.05% -
HSV(B) 64.29º 0.7% 0.08% -
XYZ 0.55 0.65 0.27 -
YUV 18.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 19 20 6 0.05 0 0.70 0.92 64.29 0.54 0.05
Hex 13 14 6 5 0 46 5C 40 36 5
Octal 23 24 6 5 0 106 134 100 66 5
Binary 10011 10100 110 101 0 1000110 1011100 1000000 110110 101

Color Harmonies of #131406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131406

Black with #131406

Text Example


Text Example

White with #131406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131406; }

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

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

background-color css

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

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

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

border-color css

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

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

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