#261229

Color #261229 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #261229

Tints of Mardi Gras #261229

Color information

#261229 (or 0x261229) is unknown color: approx Mardi Gras. HEX triplet: 26, 12 and 29. RGB value is (38,18,41). Sum of RGB (Red+Green+Blue) = 38+18+41=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #261229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261229 is #D9EDD6. Grayscale: #1A1A1A. Windows color (decimal): -14282199 or 2691622. OLE color: 2691622.

HSL color Cylindrical-coordinate representation of color #261229: hue angle of 292.17º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #261229 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB381841-
CMYK0.070.5600.84
HSL292.17º38.98%11.57%-
HSV(B)292.17º56.1%16.08%-
XYZ1.4212.22-
YUV26.6136.13136.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 41 (16.41% from 255) = 42.27%
R=39.18%
G=18.56%
B=42.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3818410.070.5600.84292.1738.9811.57
Hex26122973805412427c
Octal46225177001244444714
Binary10011010010101001111111000010101001001001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261229; }

 p { color: rgb(38,18,41); }

 H1.HeaderClassName
 {
   color: #261229;
 }
 .AnyTagClassName
 {
   color: #261229;
 }
</style>
background-color css

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

 a { background-color: rgb(38,18,41); }

 div.DivClassName
 {
   background-color: #261229;
 }
 .BgClassName
 {
   background-color: #261229;
 }
</style>
border-color css

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

 span { border-color: rgb(38,18,41); }

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