#1B0C1A

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

Shades of Mardi Gras #1B0C1A

Tints of Mardi Gras #1B0C1A

Color information

#1B0C1A (or 0x1B0C1A) is unknown color: approx Mardi Gras. HEX triplet: 1B, 0C and 1A. RGB value is (27,12,26). Sum of RGB (Red+Green+Blue) = 27+12+26=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0C1A is #E4F3E5. Grayscale: #121212. Windows color (decimal): -15004646 or 1707035. OLE color: 1707035.

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

Color convert

RGB271226-
CMYK00.560.040.89
HSL304º38.46%7.65%-
HSV(B)304º55.56%10.59%-
XYZ0.770.571.05-
YUV18.08132.47134.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 41.54%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 26 (10.55% from 255) = 40%
R=41.54%
G=18.46%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27122600.560.040.8930438.467.65
Hex1BC1A038459130268
Octal33143207041314604610
Binary11011110011010011100010010110011001100001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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