Html Css Color HEX #30002B Mardi Gras

📋 copy color: '#30002B'

red 48 ◦ green 0 ◦ blue 43

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

Shades of Mardi Gras #30002B

Tints of Mardi Gras #30002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.75%
G = 0%
B = 47.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30002B (or 0x30002B) is known color: Mardi Gras. HEX triplet: 30, 00 and 2B. RGB value is (48,0,43). Sum of RGB (Red+Green+Blue) = 48+0+43=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #30002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30002B is #CFFFD4. Grayscale: #131313. Windows color (decimal): -13631445 or 2818096. OLE color: 2818096.

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

Color convert

RGB 48 0 43 -
CMYK 0 1 0.10 0.81
HSL 306.25º 1% 0.09% -
HSV(B) 306.25º 1% 0.19% -
XYZ 1.65 0.8 2.35 -
YUV 19.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 48 0 43 0 1 0.10 0.81 306.25 1 0.09
Hex 30 0 2B 0 64 A 51 132 64 9
Octal 60 0 53 0 144 12 121 462 144 11
Binary 110000 0 101011 0 1100100 1010 1010001 100110010 1100100 1001

Color Harmonies of #30002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30002B

Black with #30002B

Text Example


Text Example

White with #30002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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