Html Css Color HEX #301333 Mardi Gras

📋 copy color: '#301333'

red 48 ◦ green 19 ◦ blue 51

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

Shades of Mardi Gras #301333

Tints of Mardi Gras #301333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.1%

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

R = 40.68%
G = 16.1%
B = 43.22%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301333 (or 0x301333) is known color: Mardi Gras. HEX triplet: 30, 13 and 33. RGB value is (48,19,51). Sum of RGB (Red+Green+Blue) = 48+19+51=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #301333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301333 is #CFECCC. Grayscale: #1F1F1F. Windows color (decimal): -13626573 or 3347248. OLE color: 3347248.

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

Color convert

RGB 48 19 51 -
CMYK 0.06 0.63 0 0.8
HSL 294.38º 0.46% 0.14% -
HSV(B) 294.38º 0.63% 0.2% -
XYZ 2.05 1.33 3.28 -
YUV 31.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 48 19 51 0.06 0.63 0 0.8 294.38 0.46 0.14
Hex 30 13 33 6 3F 0 50 126 2E E
Octal 60 23 63 6 77 0 120 446 56 16
Binary 110000 10011 110011 110 111111 0 1010000 100100110 101110 1110

Color Harmonies of #301333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301333

Black with #301333

Text Example


Text Example

White with #301333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301333; }

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

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

background-color css

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

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

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

border-color css

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

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

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