#230A25

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

Shades of Mardi Gras #230A25

Tints of Mardi Gras #230A25

Color information

#230A25 (or 0x230A25) is unknown color: approx Mardi Gras. HEX triplet: 23, 0A and 25. RGB value is (35,10,37). Sum of RGB (Red+Green+Blue) = 35+10+37=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #230A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A25 is #DCF5DA. Grayscale: #141414. Windows color (decimal): -14480859 or 2427427. OLE color: 2427427.

HSL color Cylindrical-coordinate representation of color #230A25: hue angle of 295.56º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #230A25 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB351037-
CMYK0.050.7300.85
HSL295.56º57.45%9.22%-
HSV(B)295.56º72.97%14.51%-
XYZ1.140.711.83-
YUV20.55137.28138.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.68%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 37 (14.84% from 255) = 45.12%
R=42.68%
G=12.20%
B=45.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3510370.050.7300.85295.5657.459.22
Hex23A25549055128399
Octal431245511101254507111
Binary10001110101001011011001001010101011001010001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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