Html Css Color HEX #302330 Mardi Gras

📋 copy color: '#302330'

red 48 ◦ green 35 ◦ blue 48

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

Shades of Mardi Gras #302330

Tints of Mardi Gras #302330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.72%

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

R = 36.64%
G = 26.72%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#302330 (or 0x302330) is known color: Mardi Gras. HEX triplet: 30, 23 and 30. RGB value is (48,35,48). Sum of RGB (Red+Green+Blue) = 48+35+48=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302330 is #CFDCCF. Grayscale: #282828. Windows color (decimal): -13622480 or 3154736. OLE color: 3154736.

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

Color convert

RGB 48 35 48 -
CMYK 0 0.27 0 0.81
HSL 300º 0.16% 0.16% -
HSV(B) 300º 0.27% 0.19% -
XYZ 2.35 2.04 3.07 -
YUV 40.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 48 35 48 0 0.27 0 0.81 300 0.16 0.16
Hex 30 23 30 0 1B 0 51 12C 10 10
Octal 60 43 60 0 33 0 121 454 20 20
Binary 110000 100011 110000 0 11011 0 1010001 100101100 10000 10000

Color Harmonies of #302330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302330

Black with #302330

Text Example


Text Example

White with #302330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302330; }

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

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

background-color css

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

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

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

border-color css

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

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

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