#230C22

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

Shades of Mardi Gras #230C22

Tints of Mardi Gras #230C22

Color information

#230C22 (or 0x230C22) is unknown color: approx Mardi Gras. HEX triplet: 23, 0C and 22. RGB value is (35,12,34). Sum of RGB (Red+Green+Blue) = 35+12+34=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 34 (13.67% from 255 or 41.98% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #230C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C22 is #DCF3DD. Grayscale: #151515. Windows color (decimal): -14480350 or 2231331. OLE color: 2231331.

HSL color Cylindrical-coordinate representation of color #230C22: hue angle of 302.61º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #230C22 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB351234-
CMYK00.660.030.86
HSL302.61º48.94%9.22%-
HSV(B)302.61º65.71%13.73%-
XYZ1.110.741.6-
YUV21.38135.12137.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 34 (13.67% from 255) = 41.98%
R=43.21%
G=14.81%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35123400.660.030.86302.6148.949.22
Hex23C2204235612f319
Octal431442010231264576111
Binary1000111100100010010000101110101101001011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230C22; }

 p { color: rgb(35,12,34); }

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

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

 a { background-color: rgb(35,12,34); }

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

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

 span { border-color: rgb(35,12,34); }

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