#260221

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

Shades of Mardi Gras #260221

Tints of Mardi Gras #260221

Color information

#260221 (or 0x260221) is unknown color: approx Mardi Gras. HEX triplet: 26, 02 and 21. RGB value is (38,2,33). Sum of RGB (Red+Green+Blue) = 38+2+33=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #260221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260221 is #D9FDDE. Grayscale: #101010. Windows color (decimal): -14286303 or 2163238. OLE color: 2163238.

HSL color Cylindrical-coordinate representation of color #260221: hue angle of 308.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260221 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB38233-
CMYK00.950.130.85
HSL308.33º90%7.84%-
HSV(B)308.33º94.74%14.9%-
XYZ1.10.571.49-
YUV16.3137.43143.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.05%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 33 (13.28% from 255) = 45.21%
R=52.05%
G=2.74%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3823300.950.130.85308.33907.84
Hex2622105FD551345a8
Octal4624101371512546413210
Binary10011010100001010111111101101010110011010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260221; }

 p { color: rgb(38,2,33); }

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

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

 a { background-color: rgb(38,2,33); }

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

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

 span { border-color: rgb(38,2,33); }

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