Html Css Color HEX #231B23 Mardi Gras

📋 copy color: '#231B23'

red 35 ◦ green 27 ◦ blue 35

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

Shades of Mardi Gras #231B23

Tints of Mardi Gras #231B23

RGB

 RED value IS 35 (14.06% from 255) = 36.08%

 GREEN value IS 27 (10.94% from 255) = 27.84%

 BLUE value IS 35 (14.06% from 255) = 36.08%

R = 36.08%
G = 27.84%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231B23 (or 0x231B23) is known color: Mardi Gras. HEX triplet: 23, 1B and 23. RGB value is (35,27,35). Sum of RGB (Red+Green+Blue) = 35+27+35=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B23 is #DCE4DC. Grayscale: #1E1E1E. Windows color (decimal): -14476509 or 2300707. OLE color: 2300707.

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

Color convert

RGB 35 27 35 -
CMYK 0 0.23 0 0.86
HSL 300º 0.13% 0.12% -
HSV(B) 300º 0.23% 0.14% -
XYZ 1.39 1.26 1.76 -
YUV 30.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 35 27 35 0 0.23 0 0.86 300 0.13 0.12
Hex 23 1B 23 0 17 0 56 12C D C
Octal 43 33 43 0 27 0 126 454 15 14
Binary 100011 11011 100011 0 10111 0 1010110 100101100 1101 1100

Color Harmonies of #231B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B23

Black with #231B23

Text Example


Text Example

White with #231B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #231B23;
 }
 .AnyTagClassName
 {
   color: #231B23;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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