Html Css Color HEX #300A32 Mardi Gras

📋 copy color: '#300A32'

red 48 ◦ green 10 ◦ blue 50

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

Shades of Mardi Gras #300A32

Tints of Mardi Gras #300A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 46.3%

R = 44.44%
G = 9.26%
B = 46.3%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#300A32 (or 0x300A32) is known color: Mardi Gras. HEX triplet: 30, 0A and 32. RGB value is (48,10,50). Sum of RGB (Red+Green+Blue) = 48+10+50=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #300A32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A32 is #CFF5CD. Grayscale: #191919. Windows color (decimal): -13628878 or 3279408. OLE color: 3279408.

HSL color Cylindrical-coordinate representation of color #300A32: hue angle of 297º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #300A32 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 10 50 -
CMYK 0.04 0.80 0 0.80
HSL 297º 0.67% 0.12% -
HSV(B) 297º 0.8% 0.2% -
XYZ 1.9 1.08 3.12 -
YUV 25.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 48 10 50 0.04 0.80 0 0.80 297 0.67 0.12
Hex 30 A 32 4 50 0 50 129 43 C
Octal 60 12 62 4 120 0 120 451 103 14
Binary 110000 1010 110010 100 1010000 0 1010000 100101001 1000011 1100

Color Harmonies of #300A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A32

Black with #300A32

Text Example


Text Example

White with #300A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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