Html Css Color HEX #1B0C1D Mardi Gras

📋 copy color: '#1B0C1D'

red 27 ◦ green 12 ◦ blue 29

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

Shades of Mardi Gras #1B0C1D

Tints of Mardi Gras #1B0C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.65%

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

R = 39.71%
G = 17.65%
B = 42.65%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B0C1D (or 0x1B0C1D) is known color: Mardi Gras. HEX triplet: 1B, 0C and 1D. RGB value is (27,12,29). Sum of RGB (Red+Green+Blue) = 27+12+29=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B0C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0C1D is #E4F3E2. Grayscale: #121212. Windows color (decimal): -15004643 or 1903643. OLE color: 1903643.

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

Color convert

RGB 27 12 29 -
CMYK 0.07 0.59 0 0.89
HSL 292.94º 0.41% 0.08% -
HSV(B) 292.94º 0.59% 0.11% -
XYZ 0.81 0.58 1.23 -
YUV 18.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 27 12 29 0.07 0.59 0 0.89 292.94 0.41 0.08
Hex 1B C 1D 7 3B 0 59 125 29 8
Octal 33 14 35 7 73 0 131 445 51 10
Binary 11011 1100 11101 111 111011 0 1011001 100100101 101001 1000

Color Harmonies of #1B0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0C1D

Black with #1B0C1D

Text Example


Text Example

White with #1B0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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