Html Css Color HEX #1B071D Mardi Gras

📋 copy color: '#1B071D'

red 27 ◦ green 7 ◦ blue 29

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

Shades of Mardi Gras #1B071D

Tints of Mardi Gras #1B071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.11%

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

R = 42.86%
G = 11.11%
B = 46.03%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B071D (or 0x1B071D) is known color: Mardi Gras. HEX triplet: 1B, 07 and 1D. RGB value is (27,7,29). Sum of RGB (Red+Green+Blue) = 27+7+29=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B071D is #E4F8E2. Grayscale: #0F0F0F. Windows color (decimal): -15005923 or 1902363. OLE color: 1902363.

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

Color convert

RGB 27 7 29 -
CMYK 0.07 0.76 0 0.89
HSL 294.55º 0.61% 0.07% -
HSV(B) 294.55º 0.76% 0.11% -
XYZ 0.75 0.47 1.21 -
YUV 15.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 27 7 29 0.07 0.76 0 0.89 294.55 0.61 0.07
Hex 1B 7 1D 7 4C 0 59 127 3D 7
Octal 33 7 35 7 114 0 131 447 75 7
Binary 11011 111 11101 111 1001100 0 1011001 100100111 111101 111

Color Harmonies of #1B071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B071D

Black with #1B071D

Text Example


Text Example

White with #1B071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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