Html Css Color HEX #130914 Mardi Gras

📋 copy color: '#130914'

red 19 ◦ green 9 ◦ blue 20

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

Shades of Mardi Gras #130914

Tints of Mardi Gras #130914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18.75%

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

R = 39.58%
G = 18.75%
B = 41.67%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130914 (or 0x130914) is known color: Mardi Gras. HEX triplet: 13, 09 and 14. RGB value is (19,9,20). Sum of RGB (Red+Green+Blue) = 19+9+20=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: blue. Hex color #130914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130914 is #ECF6EB. Grayscale: #0D0D0D. Windows color (decimal): -15529708 or 1313043. OLE color: 1313043.

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

Color convert

RGB 19 9 20 -
CMYK 0.05 0.55 0 0.92
HSL 294.55º 0.38% 0.06% -
HSV(B) 294.55º 0.55% 0.08% -
XYZ 0.49 0.38 0.71 -
YUV 13.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 19 9 20 0.05 0.55 0 0.92 294.55 0.38 0.06
Hex 13 9 14 5 37 0 5C 127 26 6
Octal 23 11 24 5 67 0 134 447 46 6
Binary 10011 1001 10100 101 110111 0 1011100 100100111 100110 110

Color Harmonies of #130914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130914

Black with #130914

Text Example


Text Example

White with #130914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130914; }

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

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

background-color css

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

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

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

border-color css

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

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

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