Html Css Color HEX #230020 Mardi Gras

📋 copy color: '#230020'

red 35 ◦ green 0 ◦ blue 32

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

Shades of Mardi Gras #230020

Tints of Mardi Gras #230020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.24%
G = 0%
B = 47.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#230020 (or 0x230020) is known color: Mardi Gras. HEX triplet: 23, 00 and 20. RGB value is (35,0,32). Sum of RGB (Red+Green+Blue) = 35+0+32=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230020 is #DCFFDF. Grayscale: #0E0E0E. Windows color (decimal): -14483424 or 2097187. OLE color: 2097187.

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

Color convert

RGB 35 0 32 -
CMYK 0 1 0.09 0.86
HSL 305.14º 1% 0.07% -
HSV(B) 305.14º 1% 0.14% -
XYZ 0.95 0.46 1.41 -
YUV 14.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 35 0 32 0 1 0.09 0.86 305.14 1 0.07
Hex 23 0 20 0 64 9 56 131 64 7
Octal 43 0 40 0 144 11 126 461 144 7
Binary 100011 0 100000 0 1100100 1001 1010110 100110001 1100100 111

Color Harmonies of #230020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230020

Black with #230020

Text Example


Text Example

White with #230020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230020; }

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

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

background-color css

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

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

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

border-color css

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

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

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