Html Css Color HEX #230920 Mardi Gras

📋 copy color: '#230920'

red 35 ◦ green 9 ◦ blue 32

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

Shades of Mardi Gras #230920

Tints of Mardi Gras #230920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.84%

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

R = 46.05%
G = 11.84%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#230920 (or 0x230920) is known color: Mardi Gras. HEX triplet: 23, 09 and 20. RGB value is (35,9,32). Sum of RGB (Red+Green+Blue) = 35+9+32=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #230920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230920 is #DCF6DF. Grayscale: #131313. Windows color (decimal): -14481120 or 2099491. OLE color: 2099491.

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

Color convert

RGB 35 9 32 -
CMYK 0 0.74 0.09 0.86
HSL 306.92º 0.59% 0.09% -
HSV(B) 306.92º 0.74% 0.14% -
XYZ 1.05 0.66 1.44 -
YUV 19.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 35 9 32 0 0.74 0.09 0.86 306.92 0.59 0.09
Hex 23 9 20 0 4A 9 56 133 3B 9
Octal 43 11 40 0 112 11 126 463 73 11
Binary 100011 1001 100000 0 1001010 1001 1010110 100110011 111011 1001

Color Harmonies of #230920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230920

Black with #230920

Text Example


Text Example

White with #230920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230920; }

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

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

background-color css

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

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

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

border-color css

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

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

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