#230326

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

Shades of Mardi Gras #230326

Tints of Mardi Gras #230326

Color information

#230326 (or 0x230326) is unknown color: approx Mardi Gras. HEX triplet: 23, 03 and 26. RGB value is (35,3,38). Sum of RGB (Red+Green+Blue) = 35+3+38=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #230326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230326 is #DCFCD9. Grayscale: #101010. Windows color (decimal): -14482650 or 2491171. OLE color: 2491171.

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

Color convert

RGB35338-
CMYK0.080.9200.85
HSL294.86º85.37%8.04%-
HSV(B)294.86º92.11%14.9%-
XYZ1.080.561.89-
YUV16.56140.1141.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 38 (15.23% from 255) = 50%
R=46.05%
G=3.95%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal353380.080.9200.85294.8685.378.04
Hex2332685C055127558
Octal4334610134012544712510
Binary10001111100110100010111000101010110010011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230326; }

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

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

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

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

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

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

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

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