Html Css Color HEX #301834 Mardi Gras

📋 copy color: '#301834'

red 48 ◦ green 24 ◦ blue 52

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

Shades of Mardi Gras #301834

Tints of Mardi Gras #301834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

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

R = 38.71%
G = 19.35%
B = 41.94%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301834 (or 0x301834) is known color: Mardi Gras. HEX triplet: 30, 18 and 34. RGB value is (48,24,52). Sum of RGB (Red+Green+Blue) = 48+24+52=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #301834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301834 is #CFE7CB. Grayscale: #222222. Windows color (decimal): -13625292 or 3414064. OLE color: 3414064.

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

Color convert

RGB 48 24 52 -
CMYK 0.08 0.54 0 0.80
HSL 291.43º 0.37% 0.15% -
HSV(B) 291.43º 0.54% 0.2% -
XYZ 2.17 1.53 3.43 -
YUV 34.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 48 24 52 0.08 0.54 0 0.80 291.43 0.37 0.15
Hex 30 18 34 8 36 0 50 123 25 F
Octal 60 30 64 10 66 0 120 443 45 17
Binary 110000 11000 110100 1000 110110 0 1010000 100100011 100101 1111

Color Harmonies of #301834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301834

Black with #301834

Text Example


Text Example

White with #301834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301834; }

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

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

background-color css

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

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

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

border-color css

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

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

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