Html Css Color HEX #1C091E Mardi Gras

📋 copy color: '#1C091E'

red 28 ◦ green 9 ◦ blue 30

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

Shades of Mardi Gras #1C091E

Tints of Mardi Gras #1C091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

 BLUE value IS 30 (12.11% from 255) = 44.78%

R = 41.79%
G = 13.43%
B = 44.78%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C091E (or 0x1C091E) is known color: Mardi Gras. HEX triplet: 1C, 09 and 1E. RGB value is (28,9,30). Sum of RGB (Red+Green+Blue) = 28+9+30=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C091E is #E3F6E1. Grayscale: #111111. Windows color (decimal): -14939874 or 1968412. OLE color: 1968412.

HSL color Cylindrical-coordinate representation of color #1C091E: hue angle of 294.29º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C091E is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 28 9 30 -
CMYK 0.07 0.70 0 0.88
HSL 294.29º 0.54% 0.08% -
HSV(B) 294.29º 0.7% 0.12% -
XYZ 0.81 0.54 1.29 -
YUV 17.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 28 9 30 0.07 0.70 0 0.88 294.29 0.54 0.08
Hex 1C 9 1E 7 46 0 58 126 36 8
Octal 34 11 36 7 106 0 130 446 66 10
Binary 11100 1001 11110 111 1000110 0 1011000 100100110 110110 1000

Color Harmonies of #1C091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C091E

Black with #1C091E

Text Example


Text Example

White with #1C091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,9,30); }

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

background-color css

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

 a { background-color: rgb(28,9,30); }

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

border-color css

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

 span { border-color: rgb(28,9,30); }

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