Html Css Color HEX #130B12 Mardi Gras

📋 copy color: '#130B12'

red 19 ◦ green 11 ◦ blue 18

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

Shades of Mardi Gras #130B12

Tints of Mardi Gras #130B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 37.5%

R = 39.58%
G = 22.92%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#130B12 (or 0x130B12) is known color: Mardi Gras. HEX triplet: 13, 0B and 12. RGB value is (19,11,18). Sum of RGB (Red+Green+Blue) = 19+11+18=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 19 - color contains mainly: red. Hex color #130B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B12 is #ECF4ED. Grayscale: #0E0E0E. Windows color (decimal): -15529198 or 1182483. OLE color: 1182483.

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

Color convert

RGB 19 11 18 -
CMYK 0 0.42 0.05 0.93
HSL 307.5º 0.27% 0.06% -
HSV(B) 307.5º 0.42% 0.07% -
XYZ 0.5 0.42 0.63 -
YUV 14.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 19 11 18 0 0.42 0.05 0.93 307.5 0.27 0.06
Hex 13 B 12 0 2A 5 5D 134 1B 6
Octal 23 13 22 0 52 5 135 464 33 6
Binary 10011 1011 10010 0 101010 101 1011101 100110100 11011 110

Color Harmonies of #130B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B12

Black with #130B12

Text Example


Text Example

White with #130B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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