#23021F

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

Shades of Mardi Gras #23021F

Tints of Mardi Gras #23021F

Color information

#23021F (or 0x23021F) is unknown color: approx Mardi Gras. HEX triplet: 23, 02 and 1F. RGB value is (35,2,31). Sum of RGB (Red+Green+Blue) = 35+2+31=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #23021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23021F is #DCFDE0. Grayscale: #0F0F0F. Windows color (decimal): -14482913 or 2032163. OLE color: 2032163.

HSL color Cylindrical-coordinate representation of color #23021F: hue angle of 307.27º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23021F is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB35231-
CMYK00.940.110.86
HSL307.27º89.19%7.25%-
HSV(B)307.27º94.29%13.73%-
XYZ0.960.51.34-
YUV15.17136.93142.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 51.47%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 31 (12.5% from 255) = 45.59%
R=51.47%
G=2.94%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3523100.940.110.86307.2789.197.25
Hex2321F05EB56133597
Octal432370136131264631317
Binary100011101111101011110101110101101001100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23021F; }

 p { color: rgb(35,2,31); }

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

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

 a { background-color: rgb(35,2,31); }

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

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

 span { border-color: rgb(35,2,31); }

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