#261428

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

Shades of Mardi Gras #261428

Tints of Mardi Gras #261428

Color information

#261428 (or 0x261428) is unknown color: approx Mardi Gras. HEX triplet: 26, 14 and 28. RGB value is (38,20,40). Sum of RGB (Red+Green+Blue) = 38+20+40=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #261428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261428 is #D9EBD7. Grayscale: #1B1B1B. Windows color (decimal): -14281688 or 2626598. OLE color: 2626598.

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

Color convert

RGB382040-
CMYK0.050.500.84
HSL294º33.33%11.76%-
HSV(B)294º50%15.69%-
XYZ1.431.072.14-
YUV27.66134.96135.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.78%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=38.78%
G=20.41%
B=40.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3820400.050.500.8429433.3311.76
Hex26142853205412621c
Octal46245056201244464114
Binary10011010100101000101110010010101001001001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261428; }

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

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

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

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

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

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

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

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