Html Css Color HEX #330030 Mardi Gras

📋 copy color: '#330030'

red 51 ◦ green 0 ◦ blue 48

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

Shades of Mardi Gras #330030

Tints of Mardi Gras #330030

RGB

 RED value IS 51 (20.31% from 255) = 51.52%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.52%
G = 0%
B = 48.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#330030 (or 0x330030) is known color: Mardi Gras. HEX triplet: 33, 00 and 30. RGB value is (51,0,48). Sum of RGB (Red+Green+Blue) = 51+0+48=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #330030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330030 is #CCFFCF. Grayscale: #141414. Windows color (decimal): -13434832 or 3145779. OLE color: 3145779.

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

Color convert

RGB 51 0 48 -
CMYK 0 1 0.06 0.8
HSL 303.53º 1% 0.1% -
HSV(B) 303.53º 1% 0.2% -
XYZ 1.9 0.92 2.87 -
YUV 20.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 51 0 48 0 1 0.06 0.8 303.53 1 0.1
Hex 33 0 30 0 64 6 50 130 64 A
Octal 63 0 60 0 144 6 120 460 144 12
Binary 110011 0 110000 0 1100100 110 1010000 100110000 1100100 1010

Color Harmonies of #330030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330030

Black with #330030

Text Example


Text Example

White with #330030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330030; }

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

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

background-color css

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

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

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

border-color css

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

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

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