Html Css Color HEX #301832 Mardi Gras

📋 copy color: '#301832'

red 48 ◦ green 24 ◦ blue 50

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

Shades of Mardi Gras #301832

Tints of Mardi Gras #301832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 40.98%

R = 39.34%
G = 19.67%
B = 40.98%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301832 (or 0x301832) is known color: Mardi Gras. HEX triplet: 30, 18 and 32. RGB value is (48,24,50). Sum of RGB (Red+Green+Blue) = 48+24+50=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 50 - color contains mainly: blue. Hex color #301832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301832 is #CFE7CD. Grayscale: #222222. Windows color (decimal): -13625294 or 3282992. OLE color: 3282992.

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

Color convert

RGB 48 24 50 -
CMYK 0.04 0.52 0 0.80
HSL 295.38º 0.35% 0.15% -
HSV(B) 295.38º 0.52% 0.2% -
XYZ 2.12 1.51 3.2 -
YUV 34.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 48 24 50 0.04 0.52 0 0.80 295.38 0.35 0.15
Hex 30 18 32 4 34 0 50 127 23 F
Octal 60 30 62 4 64 0 120 447 43 17
Binary 110000 11000 110010 100 110100 0 1010000 100100111 100011 1111

Color Harmonies of #301832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301832

Black with #301832

Text Example


Text Example

White with #301832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301832; }

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

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

background-color css

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

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

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

border-color css

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

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

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