Html Css Color HEX #30202F Mardi Gras

📋 copy color: '#30202F'

red 48 ◦ green 32 ◦ blue 47

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

Shades of Mardi Gras #30202F

Tints of Mardi Gras #30202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 37.8%
G = 25.2%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30202F (or 0x30202F) is known color: Mardi Gras. HEX triplet: 30, 20 and 2F. RGB value is (48,32,47). Sum of RGB (Red+Green+Blue) = 48+32+47=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #30202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30202F is #CFDFD0. Grayscale: #262626. Windows color (decimal): -13623249 or 3088432. OLE color: 3088432.

HSL color Cylindrical-coordinate representation of color #30202F: hue angle of 303.75º 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 #30202F is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 32 47 -
CMYK 0 0.33 0.02 0.81
HSL 303.75º 0.2% 0.16% -
HSV(B) 303.75º 0.33% 0.19% -
XYZ 2.25 1.87 2.93 -
YUV 38.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 48 32 47 0 0.33 0.02 0.81 303.75 0.2 0.16
Hex 30 20 2F 0 21 2 51 130 14 10
Octal 60 40 57 0 41 2 121 460 24 20
Binary 110000 100000 101111 0 100001 10 1010001 100110000 10100 10000

Color Harmonies of #30202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30202F

Black with #30202F

Text Example


Text Example

White with #30202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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