#230A1F

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

Shades of Mardi Gras #230A1F

Tints of Mardi Gras #230A1F

Color information

#230A1F (or 0x230A1F) is unknown color: approx Mardi Gras. HEX triplet: 23, 0A and 1F. RGB value is (35,10,31). Sum of RGB (Red+Green+Blue) = 35+10+31=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #230A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A1F is #DCF5E0. Grayscale: #131313. Windows color (decimal): -14480865 or 2034211. OLE color: 2034211.

HSL color Cylindrical-coordinate representation of color #230A1F: hue angle of 309.6º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A1F is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB351031-
CMYK00.710.110.86
HSL309.6º55.56%8.82%-
HSV(B)309.6º71.43%13.73%-
XYZ1.050.671.37-
YUV19.87134.28138.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 10 (4.30% from 255) = 13.16%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=46.05%
G=13.16%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35103100.710.110.86309.655.568.82
Hex23A1F047B56136389
Octal4312370107131264667011
Binary10001110101111101000111101110101101001101101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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