Html Css Color HEX #131309 Maire

📋 copy color: '#131309'

red 19 ◦ green 19 ◦ blue 9

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

Shades of Maire #131309

Tints of Maire #131309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 40.43%

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

R = 40.43%
G = 40.43%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#131309 (or 0x131309) is known color: Maire. HEX triplet: 13, 13 and 09. RGB value is (19,19,9). Sum of RGB (Red+Green+Blue) = 19+19+9=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131309 is #ECECF6. Grayscale: #111111. Windows color (decimal): -15527159 or 594707. OLE color: 594707.

HSL color Cylindrical-coordinate representation of color #131309: hue angle of 60º 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 #131309 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 19 9 -
CMYK 0 0 0.53 0.93
HSL 60º 0.36% 0.05% -
HSV(B) 60º 0.53% 0.07% -
XYZ 0.55 0.62 0.35 -
YUV 17.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 19 19 9 0 0 0.53 0.93 60 0.36 0.05
Hex 13 13 9 0 0 35 5D 3C 24 5
Octal 23 23 11 0 0 65 135 74 44 5
Binary 10011 10011 1001 0 0 110101 1011101 111100 100100 101

Color Harmonies of #131309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131309

Black with #131309

Text Example


Text Example

White with #131309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131309; }

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

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

background-color css

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

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

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

border-color css

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

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

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