#230C1F

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

Shades of Mardi Gras #230C1F

Tints of Mardi Gras #230C1F

Color information

#230C1F (or 0x230C1F) is unknown color: approx Mardi Gras. HEX triplet: 23, 0C and 1F. RGB value is (35,12,31). Sum of RGB (Red+Green+Blue) = 35+12+31=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #230C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C1F is #DCF3E0. Grayscale: #141414. Windows color (decimal): -14480353 or 2034723. OLE color: 2034723.

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

Color convert

RGB351231-
CMYK00.660.110.86
HSL310.43º48.94%9.22%-
HSV(B)310.43º65.71%13.73%-
XYZ1.070.721.38-
YUV21.04133.62137.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 12 (5.08% from 255) = 15.38%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=44.87%
G=15.38%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35123100.660.110.86310.4348.949.22
Hex23C1F042B56136319
Octal4314370102131264666111
Binary10001111001111101000010101110101101001101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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