Html Css Color HEX #230D20 Mardi Gras

📋 copy color: '#230D20'

red 35 ◦ green 13 ◦ blue 32

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

Shades of Mardi Gras #230D20

Tints of Mardi Gras #230D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.25%

 BLUE value IS 32 (12.89% from 255) = 40%

R = 43.75%
G = 16.25%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#230D20 (or 0x230D20) is known color: Mardi Gras. HEX triplet: 23, 0D and 20. RGB value is (35,13,32). Sum of RGB (Red+Green+Blue) = 35+13+32=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #230D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D20 is #DCF2DF. Grayscale: #151515. Windows color (decimal): -14480096 or 2100515. OLE color: 2100515.

HSL color Cylindrical-coordinate representation of color #230D20: hue angle of 308.18º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #230D20 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 13 32 -
CMYK 0 0.63 0.09 0.86
HSL 308.18º 0.46% 0.09% -
HSV(B) 308.18º 0.63% 0.14% -
XYZ 1.1 0.75 1.45 -
YUV 21.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 35 13 32 0 0.63 0.09 0.86 308.18 0.46 0.09
Hex 23 D 20 0 3F 9 56 134 2E 9
Octal 43 15 40 0 77 11 126 464 56 11
Binary 100011 1101 100000 0 111111 1001 1010110 100110100 101110 1001

Color Harmonies of #230D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D20

Black with #230D20

Text Example


Text Example

White with #230D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,13,32); }

 H1.HeaderClassName
 {
   color: #230D20;
 }
 .AnyTagClassName
 {
   color: #230D20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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