Html Css Color HEX #1B061D Mardi Gras

📋 copy color: '#1B061D'

red 27 ◦ green 6 ◦ blue 29

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

Shades of Mardi Gras #1B061D

Tints of Mardi Gras #1B061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

 BLUE value IS 29 (11.72% from 255) = 46.77%

R = 43.55%
G = 9.68%
B = 46.77%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B061D (or 0x1B061D) is known color: Mardi Gras. HEX triplet: 1B, 06 and 1D. RGB value is (27,6,29). Sum of RGB (Red+Green+Blue) = 27+6+29=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B061D is #E4F9E2. Grayscale: #0E0E0E. Windows color (decimal): -15006179 or 1902107. OLE color: 1902107.

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

Color convert

RGB 27 6 29 -
CMYK 0.07 0.79 0 0.89
HSL 294.78º 0.66% 0.07% -
HSV(B) 294.78º 0.79% 0.11% -
XYZ 0.74 0.45 1.21 -
YUV 14.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 27 6 29 0.07 0.79 0 0.89 294.78 0.66 0.07
Hex 1B 6 1D 7 4F 0 59 127 42 7
Octal 33 6 35 7 117 0 131 447 102 7
Binary 11011 110 11101 111 1001111 0 1011001 100100111 1000010 111

Color Harmonies of #1B061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B061D

Black with #1B061D

Text Example


Text Example

White with #1B061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,6,29); }

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

background-color css

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

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

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

border-color css

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

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

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