Html Css Color HEX #1B001B Mardi Gras

📋 copy color: '#1B001B'

red 27 ◦ green 0 ◦ blue 27

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

Shades of Mardi Gras #1B001B

Tints of Mardi Gras #1B001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B001B (or 0x1B001B) is known color: Mardi Gras. HEX triplet: 1B, 00 and 1B. RGB value is (27,0,27). Sum of RGB (Red+Green+Blue) = 27+0+27=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B001B is #E4FFE4. Grayscale: #0B0B0B. Windows color (decimal): -15007717 or 1769499. OLE color: 1769499.

HSL color Cylindrical-coordinate representation of color #1B001B: hue angle of 300º 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 #1B001B is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 0 27 -
CMYK 0 1 0 0.89
HSL 300º 1% 0.05% -
HSV(B) 300º 1% 0.11% -
XYZ 0.65 0.31 1.06 -
YUV 11.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 27 0 27 0 1 0 0.89 300 1 0.05
Hex 1B 0 1B 0 64 0 59 12C 64 5
Octal 33 0 33 0 144 0 131 454 144 5
Binary 11011 0 11011 0 1100100 0 1011001 100101100 1100100 101

Color Harmonies of #1B001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B001B

Black with #1B001B

Text Example


Text Example

White with #1B001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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