Html Css Color HEX #301433 Mardi Gras

📋 copy color: '#301433'

red 48 ◦ green 20 ◦ blue 51

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

Shades of Mardi Gras #301433

Tints of Mardi Gras #301433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

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

R = 40.34%
G = 16.81%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301433 (or 0x301433) is known color: Mardi Gras. HEX triplet: 30, 14 and 33. RGB value is (48,20,51). Sum of RGB (Red+Green+Blue) = 48+20+51=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #301433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301433 is #CFEBCC. Grayscale: #1F1F1F. Windows color (decimal): -13626317 or 3347504. OLE color: 3347504.

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

Color convert

RGB 48 20 51 -
CMYK 0.06 0.61 0 0.8
HSL 294.19º 0.44% 0.14% -
HSV(B) 294.19º 0.61% 0.2% -
XYZ 2.07 1.37 3.29 -
YUV 31.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 48 20 51 0.06 0.61 0 0.8 294.19 0.44 0.14
Hex 30 14 33 6 3D 0 50 126 2C E
Octal 60 24 63 6 75 0 120 446 54 16
Binary 110000 10100 110011 110 111101 0 1010000 100100110 101100 1110

Color Harmonies of #301433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301433

Black with #301433

Text Example


Text Example

White with #301433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301433; }

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

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

background-color css

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

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

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

border-color css

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

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

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