Html Css Color HEX #1C091A Mardi Gras

📋 copy color: '#1C091A'

red 28 ◦ green 9 ◦ blue 26

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

Shades of Mardi Gras #1C091A

Tints of Mardi Gras #1C091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 41.27%

R = 44.44%
G = 14.29%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1C091A (or 0x1C091A) is known color: Mardi Gras. HEX triplet: 1C, 09 and 1A. RGB value is (28,9,26). Sum of RGB (Red+Green+Blue) = 28+9+26=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C091A is #E3F6E5. Grayscale: #101010. Windows color (decimal): -14939878 or 1706268. OLE color: 1706268.

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

Color convert

RGB 28 9 26 -
CMYK 0 0.68 0.07 0.89
HSL 306.32º 0.51% 0.07% -
HSV(B) 306.32º 0.68% 0.11% -
XYZ 0.76 0.52 1.04 -
YUV 16.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 28 9 26 0 0.68 0.07 0.89 306.32 0.51 0.07
Hex 1C 9 1A 0 44 7 59 132 33 7
Octal 34 11 32 0 104 7 131 462 63 7
Binary 11100 1001 11010 0 1000100 111 1011001 100110010 110011 111

Color Harmonies of #1C091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C091A

Black with #1C091A

Text Example


Text Example

White with #1C091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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