Html Css Color HEX #300A33 Mardi Gras

📋 copy color: '#300A33'

red 48 ◦ green 10 ◦ blue 51

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

Shades of Mardi Gras #300A33

Tints of Mardi Gras #300A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 46.79%

R = 44.04%
G = 9.17%
B = 46.79%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#300A33 (or 0x300A33) is known color: Mardi Gras. HEX triplet: 30, 0A and 33. RGB value is (48,10,51). Sum of RGB (Red+Green+Blue) = 48+10+51=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #300A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A33 is #CFF5CC. Grayscale: #191919. Windows color (decimal): -13628877 or 3344944. OLE color: 3344944.

HSL color Cylindrical-coordinate representation of color #300A33: hue angle of 295.61º 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 #300A33 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 10 51 -
CMYK 0.06 0.80 0 0.8
HSL 295.61º 0.67% 0.12% -
HSV(B) 295.61º 0.8% 0.2% -
XYZ 1.93 1.08 3.24 -
YUV 26.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 48 10 51 0.06 0.80 0 0.8 295.61 0.67 0.12
Hex 30 A 33 6 50 0 50 128 43 C
Octal 60 12 63 6 120 0 120 450 103 14
Binary 110000 1010 110011 110 1010000 0 1010000 100101000 1000011 1100

Color Harmonies of #300A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300A33

Black with #300A33

Text Example


Text Example

White with #300A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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