Html Css Color HEX #30232F Mardi Gras

📋 copy color: '#30232F'

red 48 ◦ green 35 ◦ blue 47

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

Shades of Mardi Gras #30232F

Tints of Mardi Gras #30232F

RGB

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

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

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

R = 36.92%
G = 26.92%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30232F (or 0x30232F) is known color: Mardi Gras. HEX triplet: 30, 23 and 2F. RGB value is (48,35,47). Sum of RGB (Red+Green+Blue) = 48+35+47=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #30232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30232F is #CFDCD0. Grayscale: #282828. Windows color (decimal): -13622481 or 3089200. OLE color: 3089200.

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

Color convert

RGB 48 35 47 -
CMYK 0 0.27 0.02 0.81
HSL 304.62º 0.16% 0.16% -
HSV(B) 304.62º 0.27% 0.19% -
XYZ 2.33 2.04 2.96 -
YUV 40.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 48 35 47 0 0.27 0.02 0.81 304.62 0.16 0.16
Hex 30 23 2F 0 1B 2 51 131 10 10
Octal 60 43 57 0 33 2 121 461 20 20
Binary 110000 100011 101111 0 11011 10 1010001 100110001 10000 10000

Color Harmonies of #30232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30232F

Black with #30232F

Text Example


Text Example

White with #30232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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