Html Css Color HEX #30122B Mardi Gras

📋 copy color: '#30122B'

red 48 ◦ green 18 ◦ blue 43

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

Shades of Mardi Gras #30122B

Tints of Mardi Gras #30122B

RGB

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

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

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

R = 44.04%
G = 16.51%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30122B (or 0x30122B) is known color: Mardi Gras. HEX triplet: 30, 12 and 2B. RGB value is (48,18,43). Sum of RGB (Red+Green+Blue) = 48+18+43=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30122B is #CFEDD4. Grayscale: #1D1D1D. Windows color (decimal): -13626837 or 2822704. OLE color: 2822704.

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

Color convert

RGB 48 18 43 -
CMYK 0 0.63 0.10 0.81
HSL 310º 0.45% 0.13% -
HSV(B) 310º 0.63% 0.19% -
XYZ 1.87 1.24 2.43 -
YUV 29.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 48 18 43 0 0.63 0.10 0.81 310 0.45 0.13
Hex 30 12 2B 0 3F A 51 136 2D D
Octal 60 22 53 0 77 12 121 466 55 15
Binary 110000 10010 101011 0 111111 1010 1010001 100110110 101101 1101

Color Harmonies of #30122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30122B

Black with #30122B

Text Example


Text Example

White with #30122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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