#230E25

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

Shades of Mardi Gras #230E25

Tints of Mardi Gras #230E25

Color information

#230E25 (or 0x230E25) is unknown color: approx Mardi Gras. HEX triplet: 23, 0E and 25. RGB value is (35,14,37). Sum of RGB (Red+Green+Blue) = 35+14+37=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #230E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E25 is #DCF1DA. Grayscale: #161616. Windows color (decimal): -14479835 or 2428451. OLE color: 2428451.

HSL color Cylindrical-coordinate representation of color #230E25: hue angle of 294.78º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #230E25 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB351437-
CMYK0.050.6200.85
HSL294.78º45.1%10%-
HSV(B)294.78º62.16%14.51%-
XYZ1.180.81.84-
YUV22.9135.96136.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=40.70%
G=16.28%
B=43.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3514370.050.6200.85294.7845.110
Hex23E2553E0551272da
Octal43164557601254475512
Binary1000111110100101101111110010101011001001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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