Html Css Color HEX #300834 Mardi Gras

📋 copy color: '#300834'

red 48 ◦ green 8 ◦ blue 52

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

Shades of Mardi Gras #300834

Tints of Mardi Gras #300834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 48.15%

R = 44.44%
G = 7.41%
B = 48.15%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#300834 (or 0x300834) is known color: Mardi Gras. HEX triplet: 30, 08 and 34. RGB value is (48,8,52). Sum of RGB (Red+Green+Blue) = 48+8+52=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #300834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300834 is #CFF7CB. Grayscale: #181818. Windows color (decimal): -13629388 or 3409968. OLE color: 3409968.

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

Color convert

RGB 48 8 52 -
CMYK 0.08 0.85 0 0.80
HSL 294.55º 0.73% 0.12% -
HSV(B) 294.55º 0.85% 0.2% -
XYZ 1.93 1.05 3.35 -
YUV 24.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 48 8 52 0.08 0.85 0 0.80 294.55 0.73 0.12
Hex 30 8 34 8 55 0 50 127 49 C
Octal 60 10 64 10 125 0 120 447 111 14
Binary 110000 1000 110100 1000 1010101 0 1010000 100100111 1001001 1100

Color Harmonies of #300834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300834

Black with #300834

Text Example


Text Example

White with #300834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300834; }

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

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

background-color css

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

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

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

border-color css

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

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

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