Html Css Color HEX #302A30 Mardi Gras

📋 copy color: '#302A30'

red 48 ◦ green 42 ◦ blue 48

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

Shades of Mardi Gras #302A30

Tints of Mardi Gras #302A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.43%

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 34.78%
G = 30.43%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#302A30 (or 0x302A30) is known color: Mardi Gras. HEX triplet: 30, 2A and 30. RGB value is (48,42,48). Sum of RGB (Red+Green+Blue) = 48+42+48=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A30 is #CFD5CF. Grayscale: #2C2C2C. Windows color (decimal): -13620688 or 3156528. OLE color: 3156528.

HSL color Cylindrical-coordinate representation of color #302A30: hue angle of 300º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #302A30 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 42 48 -
CMYK 0 0.13 0 0.81
HSL 300º 0.07% 0.18% -
HSV(B) 300º 0.13% 0.19% -
XYZ 2.58 2.5 3.14 -
YUV 44.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 48 42 48 0 0.13 0 0.81 300 0.07 0.18
Hex 30 2A 30 0 D 0 51 12C 7 12
Octal 60 52 60 0 15 0 121 454 7 22
Binary 110000 101010 110000 0 1101 0 1010001 100101100 111 10010

Color Harmonies of #302A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302A30

Black with #302A30

Text Example


Text Example

White with #302A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302A30; }

 p { color: rgb(48,42,48); }

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

background-color css

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

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

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

border-color css

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

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

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