Html Css Color HEX #130B14 Mardi Gras

📋 copy color: '#130B14'

red 19 ◦ green 11 ◦ blue 20

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

Shades of Mardi Gras #130B14

Tints of Mardi Gras #130B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22%

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

R = 38%
G = 22%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130B14 (or 0x130B14) is known color: Mardi Gras. HEX triplet: 13, 0B and 14. RGB value is (19,11,20). Sum of RGB (Red+Green+Blue) = 19+11+20=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 20 - color contains mainly: blue. Hex color #130B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B14 is #ECF4EB. Grayscale: #0E0E0E. Windows color (decimal): -15529196 or 1313555. OLE color: 1313555.

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

Color convert

RGB 19 11 20 -
CMYK 0.05 0.45 0 0.92
HSL 293.33º 0.29% 0.06% -
HSV(B) 293.33º 0.45% 0.08% -
XYZ 0.51 0.43 0.72 -
YUV 14.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 19 11 20 0.05 0.45 0 0.92 293.33 0.29 0.06
Hex 13 B 14 5 2D 0 5C 125 1D 6
Octal 23 13 24 5 55 0 134 445 35 6
Binary 10011 1011 10100 101 101101 0 1011100 100100101 11101 110

Color Harmonies of #130B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B14

Black with #130B14

Text Example


Text Example

White with #130B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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