#1B0318

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

Shades of Mardi Gras #1B0318

Tints of Mardi Gras #1B0318

Color information

#1B0318 (or 0x1B0318) is unknown color: approx Mardi Gras. HEX triplet: 1B, 03 and 18. RGB value is (27,3,24). Sum of RGB (Red+Green+Blue) = 27+3+24=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0318 is #E4FCE7. Grayscale: #0C0C0C. Windows color (decimal): -15006952 or 1573659. OLE color: 1573659.

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

Color convert

RGB27324-
CMYK00.890.110.89
HSL307.5º80%5.88%-
HSV(B)307.5º88.89%10.59%-
XYZ0.650.360.9-
YUV12.57134.45138.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=50%
G=5.56%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2732400.890.110.89307.5805.88
Hex1B318059B59134506
Octal333300131131314641206
Binary11011111100001011001101110110011001101001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,3,24); }

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

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

 a { background-color: rgb(27,3,24); }

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

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

 span { border-color: rgb(27,3,24); }

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