Html Css Color HEX #231F23 Mardi Gras

📋 copy color: '#231F23'

red 35 ◦ green 31 ◦ blue 35

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

Shades of Mardi Gras #231F23

Tints of Mardi Gras #231F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.69%

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

R = 34.65%
G = 30.69%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231F23 (or 0x231F23) is known color: Mardi Gras. HEX triplet: 23, 1F and 23. RGB value is (35,31,35). Sum of RGB (Red+Green+Blue) = 35+31+35=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F23 is #DCE0DC. Grayscale: #202020. Windows color (decimal): -14475485 or 2301731. OLE color: 2301731.

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

Color convert

RGB 35 31 35 -
CMYK 0 0.11 0 0.86
HSL 300º 0.06% 0.13% -
HSV(B) 300º 0.11% 0.14% -
XYZ 1.49 1.46 1.79 -
YUV 32.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 35 31 35 0 0.11 0 0.86 300 0.06 0.13
Hex 23 1F 23 0 B 0 56 12C 6 D
Octal 43 37 43 0 13 0 126 454 6 15
Binary 100011 11111 100011 0 1011 0 1010110 100101100 110 1101

Color Harmonies of #231F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F23

Black with #231F23

Text Example


Text Example

White with #231F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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