Html Css Color HEX #301133 Mardi Gras

📋 copy color: '#301133'

red 48 ◦ green 17 ◦ blue 51

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

Shades of Mardi Gras #301133

Tints of Mardi Gras #301133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.66%

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

R = 41.38%
G = 14.66%
B = 43.97%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301133 (or 0x301133) is known color: Mardi Gras. HEX triplet: 30, 11 and 33. RGB value is (48,17,51). Sum of RGB (Red+Green+Blue) = 48+17+51=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #301133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301133 is #CFEECC. Grayscale: #1E1E1E. Windows color (decimal): -13627085 or 3346736. OLE color: 3346736.

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

Color convert

RGB 48 17 51 -
CMYK 0.06 0.67 0 0.8
HSL 294.71º 0.5% 0.13% -
HSV(B) 294.71º 0.67% 0.2% -
XYZ 2.02 1.27 3.27 -
YUV 30.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 48 17 51 0.06 0.67 0 0.8 294.71 0.5 0.13
Hex 30 11 33 6 43 0 50 127 32 D
Octal 60 21 63 6 103 0 120 447 62 15
Binary 110000 10001 110011 110 1000011 0 1010000 100100111 110010 1101

Color Harmonies of #301133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301133

Black with #301133

Text Example


Text Example

White with #301133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301133; }

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

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

background-color css

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

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

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

border-color css

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

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

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