Html Css Color HEX #300230 Mardi Gras

📋 copy color: '#300230'

red 48 ◦ green 2 ◦ blue 48

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

Shades of Mardi Gras #300230

Tints of Mardi Gras #300230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.04%

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

R = 48.98%
G = 2.04%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#300230 (or 0x300230) is known color: Mardi Gras. HEX triplet: 30, 02 and 30. RGB value is (48,2,48). Sum of RGB (Red+Green+Blue) = 48+2+48=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #300230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300230 is #CFFDCF. Grayscale: #141414. Windows color (decimal): -13630928 or 3146288. OLE color: 3146288.

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

Color convert

RGB 48 2 48 -
CMYK 0 0.96 0 0.81
HSL 300º 0.92% 0.1% -
HSV(B) 300º 0.96% 0.19% -
XYZ 1.77 0.89 2.87 -
YUV 21 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 48 2 48 0 0.96 0 0.81 300 0.92 0.1
Hex 30 2 30 0 60 0 51 12C 5C A
Octal 60 2 60 0 140 0 121 454 134 12
Binary 110000 10 110000 0 1100000 0 1010001 100101100 1011100 1010

Color Harmonies of #300230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300230

Black with #300230

Text Example


Text Example

White with #300230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300230; }

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

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

background-color css

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

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

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

border-color css

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

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

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