#230825

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

Shades of Mardi Gras #230825

Tints of Mardi Gras #230825

Color information

#230825 (or 0x230825) is unknown color: approx Mardi Gras. HEX triplet: 23, 08 and 25. RGB value is (35,8,37). Sum of RGB (Red+Green+Blue) = 35+8+37=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #230825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230825 is #DCF7DA. Grayscale: #131313. Windows color (decimal): -14481371 or 2426915. OLE color: 2426915.

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

Color convert

RGB35837-
CMYK0.050.7800.85
HSL295.86º64.44%8.82%-
HSV(B)295.86º78.38%14.51%-
XYZ1.110.661.82-
YUV19.38137.95139.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 8 (3.52% from 255) = 10%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=43.75%
G=10%
B=46.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal358370.050.7800.85295.8664.448.82
Hex2382554E055128409
Octal4310455116012545010011
Binary100011100010010110110011100101010110010100010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230825; }

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

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

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

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

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

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

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

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