Html Css Color HEX #1B0019 Mardi Gras

📋 copy color: '#1B0019'

red 27 ◦ green 0 ◦ blue 25

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

Shades of Mardi Gras #1B0019

Tints of Mardi Gras #1B0019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 48.08%

R = 51.92%
G = 0%
B = 48.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B0019 (or 0x1B0019) is known color: Mardi Gras. HEX triplet: 1B, 00 and 19. RGB value is (27,0,25). Sum of RGB (Red+Green+Blue) = 27+0+25=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0019 is #E4FFE6. Grayscale: #0A0A0A. Windows color (decimal): -15007719 or 1638427. OLE color: 1638427.

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

Color convert

RGB 27 0 25 -
CMYK 0 1 0.07 0.89
HSL 304.44º 1% 0.05% -
HSV(B) 304.44º 1% 0.11% -
XYZ 0.63 0.3 0.95 -
YUV 10.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 27 0 25 0 1 0.07 0.89 304.44 1 0.05
Hex 1B 0 19 0 64 7 59 130 64 5
Octal 33 0 31 0 144 7 131 460 144 5
Binary 11011 0 11001 0 1100100 111 1011001 100110000 1100100 101

Color Harmonies of #1B0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0019

Black with #1B0019

Text Example


Text Example

White with #1B0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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