Html Css Color HEX #300629 Mardi Gras

📋 copy color: '#300629'

red 48 ◦ green 6 ◦ blue 41

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

Shades of Mardi Gras #300629

Tints of Mardi Gras #300629

RGB

 RED value IS 48 (19.14% from 255) = 50.53%

 GREEN value IS 6 (2.73% from 255) = 6.32%

 BLUE value IS 41 (16.41% from 255) = 43.16%

R = 50.53%
G = 6.32%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#300629 (or 0x300629) is known color: Mardi Gras. HEX triplet: 30, 06 and 29. RGB value is (48,6,41). Sum of RGB (Red+Green+Blue) = 48+6+41=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300629 is #CFF9D6. Grayscale: #161616. Windows color (decimal): -13629911 or 2688560. OLE color: 2688560.

HSL color Cylindrical-coordinate representation of color #300629: hue angle of 310º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300629 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 6 41 -
CMYK 0 0.87 0.15 0.81
HSL 310º 0.78% 0.11% -
HSV(B) 310º 0.88% 0.19% -
XYZ 1.68 0.92 2.19 -
YUV 22.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 48 6 41 0 0.87 0.15 0.81 310 0.78 0.11
Hex 30 6 29 0 57 F 51 136 4E B
Octal 60 6 51 0 127 17 121 466 116 13
Binary 110000 110 101001 0 1010111 1111 1010001 100110110 1001110 1011

Color Harmonies of #300629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300629

Black with #300629

Text Example


Text Example

White with #300629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300629; }

 p { color: rgb(48,6,41); }

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

background-color css

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

 a { background-color: rgb(48,6,41); }

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

border-color css

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

 span { border-color: rgb(48,6,41); }

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