Html Css Color HEX #1B0218 Mardi Gras

📋 copy color: '#1B0218'

red 27 ◦ green 2 ◦ blue 24

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

Shades of Mardi Gras #1B0218

Tints of Mardi Gras #1B0218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.77%

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

R = 50.94%
G = 3.77%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1B0218 (or 0x1B0218) is known color: Mardi Gras. HEX triplet: 1B, 02 and 18. RGB value is (27,2,24). Sum of RGB (Red+Green+Blue) = 27+2+24=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0218 is #E4FDE7. Grayscale: #0B0B0B. Windows color (decimal): -15007208 or 1573403. OLE color: 1573403.

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

Color convert

RGB 27 2 24 -
CMYK 0 0.93 0.11 0.89
HSL 307.2º 0.86% 0.06% -
HSV(B) 307.2º 0.93% 0.11% -
XYZ 0.64 0.34 0.9 -
YUV 11.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 27 2 24 0 0.93 0.11 0.89 307.2 0.86 0.06
Hex 1B 2 18 0 5D B 59 133 56 6
Octal 33 2 30 0 135 13 131 463 126 6
Binary 11011 10 11000 0 1011101 1011 1011001 100110011 1010110 110

Color Harmonies of #1B0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0218

Black with #1B0218

Text Example


Text Example

White with #1B0218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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