Html Css Color HEX #302932 Mardi Gras

📋 copy color: '#302932'

red 48 ◦ green 41 ◦ blue 50

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

Shades of Mardi Gras #302932

Tints of Mardi Gras #302932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

 BLUE value IS 50 (19.92% from 255) = 35.97%

R = 34.53%
G = 29.5%
B = 35.97%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#302932 (or 0x302932) is known color: Mardi Gras. HEX triplet: 30, 29 and 32. RGB value is (48,41,50). Sum of RGB (Red+Green+Blue) = 48+41+50=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 50 - color contains mainly: blue. Hex color #302932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302932 is #CFD6CD. Grayscale: #2C2C2C. Windows color (decimal): -13620942 or 3287344. OLE color: 3287344.

HSL color Cylindrical-coordinate representation of color #302932: hue angle of 286.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #302932 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 41 50 -
CMYK 0.04 0.18 0 0.80
HSL 286.67º 0.1% 0.18% -
HSV(B) 286.67º 0.18% 0.2% -
XYZ 2.59 2.44 3.35 -
YUV 44.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 48 41 50 0.04 0.18 0 0.80 286.67 0.1 0.18
Hex 30 29 32 4 12 0 50 11F A 12
Octal 60 51 62 4 22 0 120 437 12 22
Binary 110000 101001 110010 100 10010 0 1010000 100011111 1010 10010

Color Harmonies of #302932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302932

Black with #302932

Text Example


Text Example

White with #302932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302932; }

 p { color: rgb(48,41,50); }

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

background-color css

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

 a { background-color: rgb(48,41,50); }

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

border-color css

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

 span { border-color: rgb(48,41,50); }

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