#260023

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

Shades of Mardi Gras #260023

Tints of Mardi Gras #260023

Color information

#260023 (or 0x260023) is unknown color: approx Mardi Gras. HEX triplet: 26, 00 and 23. RGB value is (38,0,35). Sum of RGB (Red+Green+Blue) = 38+0+35=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #260023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260023 is #D9FFDC. Grayscale: #0F0F0F. Windows color (decimal): -14286813 or 2293798. OLE color: 2293798.

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

Color convert

RGB38035-
CMYK010.080.85
HSL304.74º100%7.45%-
HSV(B)304.74º100%14.9%-
XYZ1.10.531.63-
YUV15.35139.09144.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 47.95%
R=52.05%
G=0%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38035010.080.85304.741007.45
Hex26023064855131647
Octal460430144101254611447
Binary100110010001101100100100010101011001100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260023; }

 p { color: rgb(38,0,35); }

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

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

 a { background-color: rgb(38,0,35); }

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

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

 span { border-color: rgb(38,0,35); }

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