Html Css Color HEX #301534 Mardi Gras

📋 copy color: '#301534'

red 48 ◦ green 21 ◦ blue 52

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

Shades of Mardi Gras #301534

Tints of Mardi Gras #301534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

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

R = 39.67%
G = 17.36%
B = 42.98%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301534 (or 0x301534) is known color: Mardi Gras. HEX triplet: 30, 15 and 34. RGB value is (48,21,52). Sum of RGB (Red+Green+Blue) = 48+21+52=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #301534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301534 is #CFEACB. Grayscale: #202020. Windows color (decimal): -13626060 or 3413296. OLE color: 3413296.

HSL color Cylindrical-coordinate representation of color #301534: hue angle of 292.26º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301534 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 21 52 -
CMYK 0.08 0.60 0 0.80
HSL 292.26º 0.42% 0.14% -
HSV(B) 292.26º 0.6% 0.2% -
XYZ 2.11 1.41 3.41 -
YUV 32.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 48 21 52 0.08 0.60 0 0.80 292.26 0.42 0.14
Hex 30 15 34 8 3C 0 50 124 2A E
Octal 60 25 64 10 74 0 120 444 52 16
Binary 110000 10101 110100 1000 111100 0 1010000 100100100 101010 1110

Color Harmonies of #301534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301534

Black with #301534

Text Example


Text Example

White with #301534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301534; }

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

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

background-color css

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

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

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

border-color css

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

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

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