Html Css Color HEX #301733 Mardi Gras

📋 copy color: '#301733'

red 48 ◦ green 23 ◦ blue 51

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

Shades of Mardi Gras #301733

Tints of Mardi Gras #301733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.85%

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

R = 39.34%
G = 18.85%
B = 41.8%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301733 (or 0x301733) is known color: Mardi Gras. HEX triplet: 30, 17 and 33. RGB value is (48,23,51). Sum of RGB (Red+Green+Blue) = 48+23+51=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 51 - color contains mainly: blue. Hex color #301733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301733 is #CFE8CC. Grayscale: #212121. Windows color (decimal): -13625549 or 3348272. OLE color: 3348272.

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

Color convert

RGB 48 23 51 -
CMYK 0.06 0.55 0 0.8
HSL 293.57º 0.38% 0.15% -
HSV(B) 293.57º 0.55% 0.2% -
XYZ 2.12 1.48 3.31 -
YUV 33.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 48 23 51 0.06 0.55 0 0.8 293.57 0.38 0.15
Hex 30 17 33 6 37 0 50 126 26 F
Octal 60 27 63 6 67 0 120 446 46 17
Binary 110000 10111 110011 110 110111 0 1010000 100100110 100110 1111

Color Harmonies of #301733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301733

Black with #301733

Text Example


Text Example

White with #301733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301733; }

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

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

background-color css

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

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

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

border-color css

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

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

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