#261429

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

Shades of Mardi Gras #261429

Tints of Mardi Gras #261429

Color information

#261429 (or 0x261429) is unknown color: approx Mardi Gras. HEX triplet: 26, 14 and 29. RGB value is (38,20,41). Sum of RGB (Red+Green+Blue) = 38+20+41=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 41 - color contains mainly: blue. Hex color #261429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261429 is #D9EBD6. Grayscale: #1B1B1B. Windows color (decimal): -14281687 or 2692134. OLE color: 2692134.

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

Color convert

RGB382041-
CMYK0.070.5100.84
HSL291.43º34.43%11.96%-
HSV(B)291.43º51.22%16.08%-
XYZ1.451.072.23-
YUV27.78135.46135.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=38.38%
G=20.20%
B=41.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3820410.070.5100.84291.4334.4311.96
Hex26142973305412322c
Octal46245176301244434214
Binary10011010100101001111110011010101001001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261429; }

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

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

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

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

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

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

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

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