Html Css Color HEX #131009 Maire

📋 copy color: '#131009'

red 19 ◦ green 16 ◦ blue 9

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

Shades of Maire #131009

Tints of Maire #131009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 20.45%

R = 43.18%
G = 36.36%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#131009 (or 0x131009) is known color: Maire. HEX triplet: 13, 10 and 09. RGB value is (19,16,9). Sum of RGB (Red+Green+Blue) = 19+16+9=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #131009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131009 is #ECEFF6. Grayscale: #101010. Windows color (decimal): -15527927 or 593939. OLE color: 593939.

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

Color convert

RGB 19 16 9 -
CMYK 0 0.16 0.53 0.93
HSL 42º 0.36% 0.05% -
HSV(B) 42º 0.53% 0.07% -
XYZ 0.5 0.53 0.33 -
YUV 16.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 19 16 9 0 0.16 0.53 0.93 42 0.36 0.05
Hex 13 10 9 0 10 35 5D 2A 24 5
Octal 23 20 11 0 20 65 135 52 44 5
Binary 10011 10000 1001 0 10000 110101 1011101 101010 100100 101

Color Harmonies of #131009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131009

Black with #131009

Text Example


Text Example

White with #131009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131009; }

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

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

background-color css

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

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

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

border-color css

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

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

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