#231B24

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

Shades of Mardi Gras #231B24

Tints of Mardi Gras #231B24

Color information

#231B24 (or 0x231B24) is unknown color: approx Mardi Gras. HEX triplet: 23, 1B and 24. RGB value is (35,27,36). Sum of RGB (Red+Green+Blue) = 35+27+36=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 36 - color contains mainly: blue. Hex color #231B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B24 is #DCE4DB. Grayscale: #1E1E1E. Windows color (decimal): -14476508 or 2366243. OLE color: 2366243.

HSL color Cylindrical-coordinate representation of color #231B24: hue angle of 293.33º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #231B24 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB352736-
CMYK0.030.2500.86
HSL293.33º14.29%12.35%-
HSV(B)293.33º25%14.12%-
XYZ1.41.271.84-
YUV30.42131.15131.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 36 (14.45% from 255) = 36.73%
R=35.71%
G=27.55%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3527360.030.2500.86293.3314.2912.35
Hex231B24319056125ec
Octal43334433101264451614
Binary1000111101110010011110010101011010010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231B24; }

 p { color: rgb(35,27,36); }

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

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

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

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

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

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

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