Html Css Color HEX #300A29 Mardi Gras

📋 copy color: '#300A29'

red 48 ◦ green 10 ◦ blue 41

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

Shades of Mardi Gras #300A29

Tints of Mardi Gras #300A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.1%

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

R = 48.48%
G = 10.1%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#300A29 (or 0x300A29) is known color: Mardi Gras. HEX triplet: 30, 0A and 29. RGB value is (48,10,41). Sum of RGB (Red+Green+Blue) = 48+10+41=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #300A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A29 is #CFF5D6. Grayscale: #181818. Windows color (decimal): -13628887 or 2689584. OLE color: 2689584.

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

Color convert

RGB 48 10 41 -
CMYK 0 0.79 0.15 0.81
HSL 311.05º 0.66% 0.11% -
HSV(B) 311.05º 0.79% 0.19% -
XYZ 1.73 1.01 2.2 -
YUV 24.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 48 10 41 0 0.79 0.15 0.81 311.05 0.66 0.11
Hex 30 A 29 0 4F F 51 137 42 B
Octal 60 12 51 0 117 17 121 467 102 13
Binary 110000 1010 101001 0 1001111 1111 1010001 100110111 1000010 1011

Color Harmonies of #300A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A29

Black with #300A29

Text Example


Text Example

White with #300A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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