#230422

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

Shades of Mardi Gras #230422

Tints of Mardi Gras #230422

Color information

#230422 (or 0x230422) is unknown color: approx Mardi Gras. HEX triplet: 23, 04 and 22. RGB value is (35,4,34). Sum of RGB (Red+Green+Blue) = 35+4+34=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 34 (13.67% from 255 or 46.58% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #230422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230422 is #DCFBDD. Grayscale: #101010. Windows color (decimal): -14482398 or 2229283. OLE color: 2229283.

HSL color Cylindrical-coordinate representation of color #230422: hue angle of 301.94º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230422 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB35434-
CMYK00.890.030.86
HSL301.94º79.49%7.65%-
HSV(B)301.94º88.57%13.73%-
XYZ1.030.561.57-
YUV16.69137.77141.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 34 (13.67% from 255) = 46.58%
R=47.95%
G=5.48%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3543400.890.030.86301.9479.497.65
Hex2342205935612e4f8
Octal434420131312645611710
Binary1000111001000100101100111101011010010111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230422; }

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

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

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

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

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

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

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

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