Html Css Color HEX #301335 Mardi Gras

📋 copy color: '#301335'

red 48 ◦ green 19 ◦ blue 53

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

Shades of Mardi Gras #301335

Tints of Mardi Gras #301335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 44.17%

R = 40%
G = 15.83%
B = 44.17%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301335 (or 0x301335) is known color: Mardi Gras. HEX triplet: 30, 13 and 35. RGB value is (48,19,53). Sum of RGB (Red+Green+Blue) = 48+19+53=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #301335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301335 is #CFECCA. Grayscale: #1F1F1F. Windows color (decimal): -13626571 or 3478320. OLE color: 3478320.

HSL color Cylindrical-coordinate representation of color #301335: hue angle of 291.18º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #301335 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 19 53 -
CMYK 0.09 0.64 0 0.79
HSL 291.18º 0.47% 0.14% -
HSV(B) 291.18º 0.64% 0.21% -
XYZ 2.09 1.35 3.52 -
YUV 31.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 48 19 53 0.09 0.64 0 0.79 291.18 0.47 0.14
Hex 30 13 35 9 40 0 4F 123 2F E
Octal 60 23 65 11 100 0 117 443 57 16
Binary 110000 10011 110101 1001 1000000 0 1001111 100100011 101111 1110

Color Harmonies of #301335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301335

Black with #301335

Text Example


Text Example

White with #301335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301335; }

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

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

background-color css

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

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

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

border-color css

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

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

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