Html Css Color HEX #30022B Mardi Gras

📋 copy color: '#30022B'

red 48 ◦ green 2 ◦ blue 43

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

Shades of Mardi Gras #30022B

Tints of Mardi Gras #30022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.15%

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

R = 51.61%
G = 2.15%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30022B (or 0x30022B) is known color: Mardi Gras. HEX triplet: 30, 02 and 2B. RGB value is (48,2,43). Sum of RGB (Red+Green+Blue) = 48+2+43=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30022B is #CFFDD4. Grayscale: #141414. Windows color (decimal): -13630933 or 2818608. OLE color: 2818608.

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

Color convert

RGB 48 2 43 -
CMYK 0 0.96 0.10 0.81
HSL 306.52º 0.92% 0.1% -
HSV(B) 306.52º 0.96% 0.19% -
XYZ 1.68 0.85 2.36 -
YUV 20.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 48 2 43 0 0.96 0.10 0.81 306.52 0.92 0.1
Hex 30 2 2B 0 60 A 51 133 5C A
Octal 60 2 53 0 140 12 121 463 134 12
Binary 110000 10 101011 0 1100000 1010 1010001 100110011 1011100 1010

Color Harmonies of #30022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30022B

Black with #30022B

Text Example


Text Example

White with #30022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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