#230625

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

Shades of Mardi Gras #230625

Tints of Mardi Gras #230625

Color information

#230625 (or 0x230625) is unknown color: approx Mardi Gras. HEX triplet: 23, 06 and 25. RGB value is (35,6,37). Sum of RGB (Red+Green+Blue) = 35+6+37=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #230625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230625 is #DCF9DA. Grayscale: #121212. Windows color (decimal): -14481883 or 2426403. OLE color: 2426403.

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

Color convert

RGB35637-
CMYK0.050.8400.85
HSL296.13º72.09%8.43%-
HSV(B)296.13º83.78%14.51%-
XYZ1.090.621.81-
YUV18.2138.61139.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 6 (2.73% from 255) = 7.69%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=44.87%
G=7.69%
B=47.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal356370.050.8400.85296.1372.098.43
Hex23625554055128488
Octal436455124012545011010
Binary10001111010010110110101000101010110010100010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230625; }

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

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

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

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

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

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

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

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