Html Css Color HEX #300F2E Mardi Gras

📋 copy color: '#300F2E'

red 48 ◦ green 15 ◦ blue 46

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

Shades of Mardi Gras #300F2E

Tints of Mardi Gras #300F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 42.2%

R = 44.04%
G = 13.76%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#300F2E (or 0x300F2E) is known color: Mardi Gras. HEX triplet: 30, 0F and 2E. RGB value is (48,15,46). Sum of RGB (Red+Green+Blue) = 48+15+46=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #300F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F2E is #CFF0D1. Grayscale: #1C1C1C. Windows color (decimal): -13627602 or 3018544. OLE color: 3018544.

HSL color Cylindrical-coordinate representation of color #300F2E: hue angle of 303.64º 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 #300F2E is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 15 46 -
CMYK 0 0.69 0.04 0.81
HSL 303.64º 0.52% 0.12% -
HSV(B) 303.64º 0.69% 0.19% -
XYZ 1.88 1.17 2.71 -
YUV 28.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 48 15 46 0 0.69 0.04 0.81 303.64 0.52 0.12
Hex 30 F 2E 0 45 4 51 130 34 C
Octal 60 17 56 0 105 4 121 460 64 14
Binary 110000 1111 101110 0 1000101 100 1010001 100110000 110100 1100

Color Harmonies of #300F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F2E

Black with #300F2E

Text Example


Text Example

White with #300F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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