Html Css Color HEX #231B24 Mardi Gras

📋 copy color: '#231B24'

red 35 ◦ green 27 ◦ blue 36

#231B24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #231B24

Tints of Mardi Gras #231B24

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 value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231B24 (or 0x231B24) is known color: 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

RGB 35 27 36 -
CMYK 0.03 0.25 0 0.86
HSL 293.33º 0.14% 0.12% -
HSV(B) 293.33º 0.25% 0.14% -
XYZ 1.4 1.27 1.84 -
YUV 30.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 35 27 36 0.03 0.25 0 0.86 293.33 0.14 0.12
Hex 23 1B 24 3 19 0 56 125 E C
Octal 43 33 44 3 31 0 126 445 16 14
Binary 100011 11011 100100 11 11001 0 1010110 100100101 1110 1100

Color Harmonies of #231B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B24

Black with #231B24

Text Example


Text Example

White with #231B24

Text Example


Text Example

HTML Codes & Css Web 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>