#230F23

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

Shades of Mardi Gras #230F23

Tints of Mardi Gras #230F23

Color information

#230F23 (or 0x230F23) is unknown color: approx Mardi Gras. HEX triplet: 23, 0F and 23. RGB value is (35,15,35). Sum of RGB (Red+Green+Blue) = 35+15+35=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #230F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F23 is #DCF0DC. Grayscale: #171717. Windows color (decimal): -14479581 or 2297635. OLE color: 2297635.

HSL color Cylindrical-coordinate representation of color #230F23: hue angle of 300º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F23 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB351535-
CMYK00.5700.86
HSL300º40%9.8%-
HSV(B)300º57.14%13.73%-
XYZ1.170.821.69-
YUV23.26134.63136.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.18%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 35 (14.06% from 255) = 41.18%
R=41.18%
G=17.65%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35153500.5700.86300409.8
Hex23F2303905612c28a
Octal43174307101264545012
Binary10001111111000110111001010101101001011001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,15,35); }

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

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

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

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

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

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

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