#230225

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

Shades of Mardi Gras #230225

Tints of Mardi Gras #230225

Color information

#230225 (or 0x230225) is unknown color: approx Mardi Gras. HEX triplet: 23, 02 and 25. RGB value is (35,2,37). Sum of RGB (Red+Green+Blue) = 35+2+37=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #230225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230225 is #DCFDDA. Grayscale: #0F0F0F. Windows color (decimal): -14482907 or 2425379. OLE color: 2425379.

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

Color convert

RGB35237-
CMYK0.050.9500.85
HSL296.57º89.74%7.65%-
HSV(B)296.57º94.59%14.51%-
XYZ1.050.531.8-
YUV15.86139.93141.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.30%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 37 (14.84% from 255) = 50%
R=47.30%
G=2.70%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal352370.050.9500.85296.5789.747.65
Hex2322555F0551295a8
Octal432455137012545113210
Binary1000111010010110110111110101010110010100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230225; }

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

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

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

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

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

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

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

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