Html Css Color HEX #131308 Maire

📋 copy color: '#131308'

red 19 ◦ green 19 ◦ blue 8

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

Shades of Maire #131308

Tints of Maire #131308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 17.39%

R = 41.3%
G = 41.3%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#131308 (or 0x131308) is known color: Maire. HEX triplet: 13, 13 and 08. RGB value is (19,19,8). Sum of RGB (Red+Green+Blue) = 19+19+8=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131308 is #ECECF7. Grayscale: #111111. Windows color (decimal): -15527160 or 529171. OLE color: 529171.

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

Color convert

RGB 19 19 8 -
CMYK 0 0 0.58 0.93
HSL 60º 0.41% 0.05% -
HSV(B) 60º 0.58% 0.07% -
XYZ 0.55 0.62 0.32 -
YUV 17.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 19 19 8 0 0 0.58 0.93 60 0.41 0.05
Hex 13 13 8 0 0 3A 5D 3C 29 5
Octal 23 23 10 0 0 72 135 74 51 5
Binary 10011 10011 1000 0 0 111010 1011101 111100 101001 101

Color Harmonies of #131308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131308

Black with #131308

Text Example


Text Example

White with #131308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131308; }

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

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

background-color css

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

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

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

border-color css

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

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

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