Html Css Color HEX #1C0B1B Mardi Gras

📋 copy color: '#1C0B1B'

red 28 ◦ green 11 ◦ blue 27

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

Shades of Mardi Gras #1C0B1B

Tints of Mardi Gras #1C0B1B

RGB

 RED value IS 28 (11.33% from 255) = 42.42%

 GREEN value IS 11 (4.69% from 255) = 16.67%

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

R = 42.42%
G = 16.67%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#1C0B1B (or 0x1C0B1B) is known color: Mardi Gras. HEX triplet: 1C, 0B and 1B. RGB value is (28,11,27). Sum of RGB (Red+Green+Blue) = 28+11+27=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0B1B is #E3F4E4. Grayscale: #111111. Windows color (decimal): -14939365 or 1772316. OLE color: 1772316.

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

Color convert

RGB 28 11 27 -
CMYK 0 0.61 0.04 0.89
HSL 303.53º 0.44% 0.08% -
HSV(B) 303.53º 0.61% 0.11% -
XYZ 0.8 0.57 1.1 -
YUV 17.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 28 11 27 0 0.61 0.04 0.89 303.53 0.44 0.08
Hex 1C B 1B 0 3D 4 59 130 2C 8
Octal 34 13 33 0 75 4 131 460 54 10
Binary 11100 1011 11011 0 111101 100 1011001 100110000 101100 1000

Color Harmonies of #1C0B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0B1B

Black with #1C0B1B

Text Example


Text Example

White with #1C0B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,11,27); }

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

background-color css

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

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

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

border-color css

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

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

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