Html Css Color HEX #30202E Mardi Gras

📋 copy color: '#30202E'

red 48 ◦ green 32 ◦ blue 46

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

Shades of Mardi Gras #30202E

Tints of Mardi Gras #30202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.4%

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

R = 38.1%
G = 25.4%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30202E (or 0x30202E) is known color: Mardi Gras. HEX triplet: 30, 20 and 2E. RGB value is (48,32,46). Sum of RGB (Red+Green+Blue) = 48+32+46=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #30202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30202E is #CFDFD1. Grayscale: #262626. Windows color (decimal): -13623250 or 3022896. OLE color: 3022896.

HSL color Cylindrical-coordinate representation of color #30202E: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30202E is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 32 46 -
CMYK 0 0.33 0.04 0.81
HSL 307.5º 0.2% 0.16% -
HSV(B) 307.5º 0.33% 0.19% -
XYZ 2.23 1.86 2.83 -
YUV 38.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 48 32 46 0 0.33 0.04 0.81 307.5 0.2 0.16
Hex 30 20 2E 0 21 4 51 134 14 10
Octal 60 40 56 0 41 4 121 464 24 20
Binary 110000 100000 101110 0 100001 100 1010001 100110100 10100 10000

Color Harmonies of #30202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30202E

Black with #30202E

Text Example


Text Example

White with #30202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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