Html Css Color HEX #33002C Mardi Gras

📋 copy color: '#33002C'

red 51 ◦ green 0 ◦ blue 44

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

Shades of Mardi Gras #33002C

Tints of Mardi Gras #33002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 46.32%

R = 53.68%
G = 0%
B = 46.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.8

RGB Variations

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

Color information

#33002C (or 0x33002C) is known color: Mardi Gras. HEX triplet: 33, 00 and 2C. RGB value is (51,0,44). Sum of RGB (Red+Green+Blue) = 51+0+44=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #33002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33002C is #CCFFD3. Grayscale: #141414. Windows color (decimal): -13434836 or 2883635. OLE color: 2883635.

HSL color Cylindrical-coordinate representation of color #33002C: hue angle of 308.24º 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 #33002C is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 0 44 -
CMYK 0 1 0.14 0.8
HSL 308.24º 1% 0.1% -
HSV(B) 308.24º 1% 0.2% -
XYZ 1.82 0.89 2.46 -
YUV 20.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 51 0 44 0 1 0.14 0.8 308.24 1 0.1
Hex 33 0 2C 0 64 E 50 134 64 A
Octal 63 0 54 0 144 16 120 464 144 12
Binary 110011 0 101100 0 1100100 1110 1010000 100110100 1100100 1010

Color Harmonies of #33002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33002C

Black with #33002C

Text Example


Text Example

White with #33002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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