Html Css Color HEX #130814 Mardi Gras

📋 copy color: '#130814'

red 19 ◦ green 8 ◦ blue 20

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

Shades of Mardi Gras #130814

Tints of Mardi Gras #130814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.02%

 BLUE value IS 20 (8.2% from 255) = 42.55%

R = 40.43%
G = 17.02%
B = 42.55%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130814 (or 0x130814) is known color: Mardi Gras. HEX triplet: 13, 08 and 14. RGB value is (19,8,20). Sum of RGB (Red+Green+Blue) = 19+8+20=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #130814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130814 is #ECF7EB. Grayscale: #0C0C0C. Windows color (decimal): -15529964 or 1312787. OLE color: 1312787.

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

Color convert

RGB 19 8 20 -
CMYK 0.05 0.60 0 0.92
HSL 295º 0.43% 0.05% -
HSV(B) 295º 0.6% 0.08% -
XYZ 0.48 0.36 0.71 -
YUV 12.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 19 8 20 0.05 0.60 0 0.92 295 0.43 0.05
Hex 13 8 14 5 3C 0 5C 127 2B 5
Octal 23 10 24 5 74 0 134 447 53 5
Binary 10011 1000 10100 101 111100 0 1011100 100100111 101011 101

Color Harmonies of #130814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130814

Black with #130814

Text Example


Text Example

White with #130814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130814; }

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

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

background-color css

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

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

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

border-color css

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

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

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