Html Css Color HEX #300F2A Mardi Gras

📋 copy color: '#300F2A'

red 48 ◦ green 15 ◦ blue 42

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

Shades of Mardi Gras #300F2A

Tints of Mardi Gras #300F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.29%

 BLUE value IS 42 (16.8% from 255) = 40%

R = 45.71%
G = 14.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#300F2A (or 0x300F2A) is known color: Mardi Gras. HEX triplet: 30, 0F and 2A. RGB value is (48,15,42). Sum of RGB (Red+Green+Blue) = 48+15+42=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #300F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F2A is #CFF0D5. Grayscale: #1B1B1B. Windows color (decimal): -13627606 or 2756400. OLE color: 2756400.

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

Color convert

RGB 48 15 42 -
CMYK 0 0.69 0.13 0.81
HSL 310.91º 0.52% 0.12% -
HSV(B) 310.91º 0.69% 0.19% -
XYZ 1.81 1.14 2.31 -
YUV 27.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 48 15 42 0 0.69 0.13 0.81 310.91 0.52 0.12
Hex 30 F 2A 0 45 D 51 137 34 C
Octal 60 17 52 0 105 15 121 467 64 14
Binary 110000 1111 101010 0 1000101 1101 1010001 100110111 110100 1100

Color Harmonies of #300F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F2A

Black with #300F2A

Text Example


Text Example

White with #300F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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