Html Css Color HEX #30122E Mardi Gras

📋 copy color: '#30122E'

red 48 ◦ green 18 ◦ blue 46

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

Shades of Mardi Gras #30122E

Tints of Mardi Gras #30122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 41.07%

R = 42.86%
G = 16.07%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30122E (or 0x30122E) is known color: Mardi Gras. HEX triplet: 30, 12 and 2E. RGB value is (48,18,46). Sum of RGB (Red+Green+Blue) = 48+18+46=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30122E is #CFEDD1. Grayscale: #1E1E1E. Windows color (decimal): -13626834 or 3019312. OLE color: 3019312.

HSL color Cylindrical-coordinate representation of color #30122E: hue angle of 304º 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 #30122E is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 46 -
CMYK 0 0.63 0.04 0.81
HSL 304º 0.45% 0.13% -
HSV(B) 304º 0.63% 0.19% -
XYZ 1.93 1.26 2.73 -
YUV 30.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 48 18 46 0 0.63 0.04 0.81 304 0.45 0.13
Hex 30 12 2E 0 3F 4 51 130 2D D
Octal 60 22 56 0 77 4 121 460 55 15
Binary 110000 10010 101110 0 111111 100 1010001 100110000 101101 1101

Color Harmonies of #30122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30122E

Black with #30122E

Text Example


Text Example

White with #30122E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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