Html Css Color HEX #300333 Mardi Gras

📋 copy color: '#300333'

red 48 ◦ green 3 ◦ blue 51

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

Shades of Mardi Gras #300333

Tints of Mardi Gras #300333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.94%

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

R = 47.06%
G = 2.94%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#300333 (or 0x300333) is known color: Mardi Gras. HEX triplet: 30, 03 and 33. RGB value is (48,3,51). Sum of RGB (Red+Green+Blue) = 48+3+51=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #300333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300333 is #CFFCCC. Grayscale: #151515. Windows color (decimal): -13630669 or 3343152. OLE color: 3343152.

HSL color Cylindrical-coordinate representation of color #300333: hue angle of 296.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300333 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 3 51 -
CMYK 0.06 0.94 0 0.8
HSL 296.25º 0.89% 0.11% -
HSV(B) 296.25º 0.94% 0.2% -
XYZ 1.85 0.93 3.21 -
YUV 21.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 48 3 51 0.06 0.94 0 0.8 296.25 0.89 0.11
Hex 30 3 33 6 5E 0 50 128 59 B
Octal 60 3 63 6 136 0 120 450 131 13
Binary 110000 11 110011 110 1011110 0 1010000 100101000 1011001 1011

Color Harmonies of #300333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300333

Black with #300333

Text Example


Text Example

White with #300333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300333; }

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

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

background-color css

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

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

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

border-color css

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

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

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