Html Css Color HEX #330B30 Mardi Gras

📋 copy color: '#330B30'

red 51 ◦ green 11 ◦ blue 48

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

Shades of Mardi Gras #330B30

Tints of Mardi Gras #330B30

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10%

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

R = 46.36%
G = 10%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#330B30 (or 0x330B30) is known color: Mardi Gras. HEX triplet: 33, 0B and 30. RGB value is (51,11,48). Sum of RGB (Red+Green+Blue) = 51+11+48=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #330B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B30 is #CCF4CF. Grayscale: #1B1B1B. Windows color (decimal): -13432016 or 3148595. OLE color: 3148595.

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

Color convert

RGB 51 11 48 -
CMYK 0 0.78 0.06 0.8
HSL 304.5º 0.65% 0.12% -
HSV(B) 304.5º 0.78% 0.2% -
XYZ 2.02 1.16 2.91 -
YUV 27.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 51 11 48 0 0.78 0.06 0.8 304.5 0.65 0.12
Hex 33 B 30 0 4E 6 50 130 41 C
Octal 63 13 60 0 116 6 120 460 101 14
Binary 110011 1011 110000 0 1001110 110 1010000 100110000 1000001 1100

Color Harmonies of #330B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B30

Black with #330B30

Text Example


Text Example

White with #330B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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