#1B071A

Color #1B071A Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #1B071A

Tints of Mardi Gras #1B071A

Color information

#1B071A (or 0x1B071A) is unknown color: approx Mardi Gras. HEX triplet: 1B, 07 and 1A. RGB value is (27,7,26). Sum of RGB (Red+Green+Blue) = 27+7+26=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 27 - color contains mainly: red. Hex color #1B071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B071A is #E4F8E5. Grayscale: #0F0F0F. Windows color (decimal): -15005926 or 1705755. OLE color: 1705755.

HSL color Cylindrical-coordinate representation of color #1B071A: hue angle of 303º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B071A is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB27726-
CMYK00.740.040.89
HSL303º58.82%6.67%-
HSV(B)303º74.07%10.59%-
XYZ0.710.461.03-
YUV15.15134.13136.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=45%
G=11.67%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2772600.740.040.8930358.826.67
Hex1B71A04A45912f3b7
Octal3373201124131457737
Binary1101111111010010010101001011001100101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B071A; }

 p { color: rgb(27,7,26); }

 H1.HeaderClassName
 {
   color: #1B071A;
 }
 .AnyTagClassName
 {
   color: #1B071A;
 }
</style>
background-color css

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

 a { background-color: rgb(27,7,26); }

 div.DivClassName
 {
   background-color: #1B071A;
 }
 .BgClassName
 {
   background-color: #1B071A;
 }
</style>
border-color css

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

 span { border-color: rgb(27,7,26); }

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