Html Css Color HEX #131006 Maire

📋 copy color: '#131006'

red 19 ◦ green 16 ◦ blue 6

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

Shades of Maire #131006

Tints of Maire #131006

RGB

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

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

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

R = 46.34%
G = 39.02%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#131006 (or 0x131006) is known color: Maire. HEX triplet: 13, 10 and 06. RGB value is (19,16,6). Sum of RGB (Red+Green+Blue) = 19+16+6=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #131006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131006 is #ECEFF9. Grayscale: #0F0F0F. Windows color (decimal): -15527930 or 397331. OLE color: 397331.

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

Color convert

RGB 19 16 6 -
CMYK 0 0.16 0.68 0.93
HSL 46.15º 0.52% 0.05% -
HSV(B) 46.15º 0.68% 0.07% -
XYZ 0.49 0.52 0.25 -
YUV 15.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 19 16 6 0 0.16 0.68 0.93 46.15 0.52 0.05
Hex 13 10 6 0 10 44 5D 2E 34 5
Octal 23 20 6 0 20 104 135 56 64 5
Binary 10011 10000 110 0 10000 1000100 1011101 101110 110100 101

Color Harmonies of #131006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131006

Black with #131006

Text Example


Text Example

White with #131006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131006; }

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

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

background-color css

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

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

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

border-color css

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

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

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