Html Css Color HEX #30012B Mardi Gras

📋 copy color: '#30012B'

red 48 ◦ green 1 ◦ blue 43

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

Shades of Mardi Gras #30012B

Tints of Mardi Gras #30012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

 BLUE value IS 43 (17.19% from 255) = 46.74%

R = 52.17%
G = 1.09%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30012B (or 0x30012B) is known color: Mardi Gras. HEX triplet: 30, 01 and 2B. RGB value is (48,1,43). Sum of RGB (Red+Green+Blue) = 48+1+43=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #30012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30012B is #CFFED4. Grayscale: #131313. Windows color (decimal): -13631189 or 2818352. OLE color: 2818352.

HSL color Cylindrical-coordinate representation of color #30012B: hue angle of 306.38º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30012B is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 1 43 -
CMYK 0 0.98 0.10 0.81
HSL 306.38º 0.96% 0.1% -
HSV(B) 306.38º 0.98% 0.19% -
XYZ 1.67 0.82 2.36 -
YUV 19.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 48 1 43 0 0.98 0.10 0.81 306.38 0.96 0.1
Hex 30 1 2B 0 62 A 51 132 60 A
Octal 60 1 53 0 142 12 121 462 140 12
Binary 110000 1 101011 0 1100010 1010 1010001 100110010 1100000 1010

Color Harmonies of #30012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30012B

Black with #30012B

Text Example


Text Example

White with #30012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30012B; }

 p { color: rgb(48,1,43); }

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

background-color css

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

 a { background-color: rgb(48,1,43); }

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

border-color css

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

 span { border-color: rgb(48,1,43); }

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