Html Css Color HEX #330830 Mardi Gras

📋 copy color: '#330830'

red 51 ◦ green 8 ◦ blue 48

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

Shades of Mardi Gras #330830

Tints of Mardi Gras #330830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 47.66%
G = 7.48%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#330830 (or 0x330830) is known color: Mardi Gras. HEX triplet: 33, 08 and 30. RGB value is (51,8,48). Sum of RGB (Red+Green+Blue) = 51+8+48=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #330830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330830 is #CCF7CF. Grayscale: #191919. Windows color (decimal): -13432784 or 3147827. OLE color: 3147827.

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

Color convert

RGB 51 8 48 -
CMYK 0 0.84 0.06 0.8
HSL 304.19º 0.73% 0.12% -
HSV(B) 304.19º 0.84% 0.2% -
XYZ 1.99 1.09 2.9 -
YUV 25.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 51 8 48 0 0.84 0.06 0.8 304.19 0.73 0.12
Hex 33 8 30 0 54 6 50 130 49 C
Octal 63 10 60 0 124 6 120 460 111 14
Binary 110011 1000 110000 0 1010100 110 1010000 100110000 1001001 1100

Color Harmonies of #330830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330830

Black with #330830

Text Example


Text Example

White with #330830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330830; }

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

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

background-color css

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

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

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

border-color css

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

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

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