Html Css Color HEX #290023 Mardi Gras

📋 copy color: '#290023'

red 41 ◦ green 0 ◦ blue 35

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

Shades of Mardi Gras #290023

Tints of Mardi Gras #290023

RGB

 RED value IS 41 (16.41% from 255) = 53.95%

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

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

R = 53.95%
G = 0%
B = 46.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#290023 (or 0x290023) is known color: Mardi Gras. HEX triplet: 29, 00 and 23. RGB value is (41,0,35). Sum of RGB (Red+Green+Blue) = 41+0+35=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 35 (14.06% from 255 or 46.05% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #290023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290023 is #D6FFDC. Grayscale: #101010. Windows color (decimal): -14090205 or 2293801. OLE color: 2293801.

HSL color Cylindrical-coordinate representation of color #290023: hue angle of 308.78º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290023 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 0 35 -
CMYK 0 1 0.15 0.84
HSL 308.78º 1% 0.08% -
HSV(B) 308.78º 1% 0.16% -
XYZ 1.22 0.59 1.64 -
YUV 16.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 41 0 35 0 1 0.15 0.84 308.78 1 0.08
Hex 29 0 23 0 64 F 54 135 64 8
Octal 51 0 43 0 144 17 124 465 144 10
Binary 101001 0 100011 0 1100100 1111 1010100 100110101 1100100 1000

Color Harmonies of #290023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290023

Black with #290023

Text Example


Text Example

White with #290023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290023; }

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

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

background-color css

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

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

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

border-color css

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

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

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