Html Css Color HEX #301833 Mardi Gras

📋 copy color: '#301833'

red 48 ◦ green 24 ◦ blue 51

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

Shades of Mardi Gras #301833

Tints of Mardi Gras #301833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.46%

R = 39.02%
G = 19.51%
B = 41.46%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301833 (or 0x301833) is known color: Mardi Gras. HEX triplet: 30, 18 and 33. RGB value is (48,24,51). Sum of RGB (Red+Green+Blue) = 48+24+51=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #301833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301833 is #CFE7CC. Grayscale: #222222. Windows color (decimal): -13625293 or 3348528. OLE color: 3348528.

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

Color convert

RGB 48 24 51 -
CMYK 0.06 0.53 0 0.8
HSL 293.33º 0.36% 0.15% -
HSV(B) 293.33º 0.53% 0.2% -
XYZ 2.14 1.52 3.31 -
YUV 34.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 48 24 51 0.06 0.53 0 0.8 293.33 0.36 0.15
Hex 30 18 33 6 35 0 50 125 24 F
Octal 60 30 63 6 65 0 120 445 44 17
Binary 110000 11000 110011 110 110101 0 1010000 100100101 100100 1111

Color Harmonies of #301833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301833

Black with #301833

Text Example


Text Example

White with #301833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301833; }

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

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

background-color css

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

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

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

border-color css

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

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

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