Html Css Color HEX #301235 Mardi Gras

📋 copy color: '#301235'

red 48 ◦ green 18 ◦ blue 53

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

Shades of Mardi Gras #301235

Tints of Mardi Gras #301235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 40.34%
G = 15.13%
B = 44.54%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301235 (or 0x301235) is known color: Mardi Gras. HEX triplet: 30, 12 and 35. RGB value is (48,18,53). Sum of RGB (Red+Green+Blue) = 48+18+53=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #301235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301235 is #CFEDCA. Grayscale: #1E1E1E. Windows color (decimal): -13626827 or 3478064. OLE color: 3478064.

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

Color convert

RGB 48 18 53 -
CMYK 0.09 0.66 0 0.79
HSL 291.43º 0.49% 0.14% -
HSV(B) 291.43º 0.66% 0.21% -
XYZ 2.08 1.32 3.51 -
YUV 30.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 48 18 53 0.09 0.66 0 0.79 291.43 0.49 0.14
Hex 30 12 35 9 42 0 4F 123 31 E
Octal 60 22 65 11 102 0 117 443 61 16
Binary 110000 10010 110101 1001 1000010 0 1001111 100100011 110001 1110

Color Harmonies of #301235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301235

Black with #301235

Text Example


Text Example

White with #301235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301235; }

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

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

background-color css

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

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

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

border-color css

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

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

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