Html Css Color HEX #1B0018 Mardi Gras

📋 copy color: '#1B0018'

red 27 ◦ green 0 ◦ blue 24

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

Shades of Mardi Gras #1B0018

Tints of Mardi Gras #1B0018

RGB

 RED value IS 27 (10.94% from 255) = 52.94%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 47.06%

R = 52.94%
G = 0%
B = 47.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1B0018 (or 0x1B0018) is known color: Mardi Gras. HEX triplet: 1B, 00 and 18. RGB value is (27,0,24). Sum of RGB (Red+Green+Blue) = 27+0+24=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0018 is #E4FFE7. Grayscale: #0A0A0A. Windows color (decimal): -15007720 or 1572891. OLE color: 1572891.

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

Color convert

RGB 27 0 24 -
CMYK 0 1 0.11 0.89
HSL 306.67º 1% 0.05% -
HSV(B) 306.67º 1% 0.11% -
XYZ 0.62 0.3 0.89 -
YUV 10.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 27 0 24 0 1 0.11 0.89 306.67 1 0.05
Hex 1B 0 18 0 64 B 59 133 64 5
Octal 33 0 30 0 144 13 131 463 144 5
Binary 11011 0 11000 0 1100100 1011 1011001 100110011 1100100 101

Color Harmonies of #1B0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0018

Black with #1B0018

Text Example


Text Example

White with #1B0018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B0018;
 }
 .AnyTagClassName
 {
   color: #1B0018;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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