Html Css Color HEX #2F0130 Mardi Gras

📋 copy color: '#2F0130'

red 47 ◦ green 1 ◦ blue 48

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

Shades of Mardi Gras #2F0130

Tints of Mardi Gras #2F0130

RGB

 RED value IS 47 (18.75% from 255) = 48.96%

 GREEN value IS 1 (0.78% from 255) = 1.04%

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

R = 48.96%
G = 1.04%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F0130 (or 0x2F0130) is known color: Mardi Gras. HEX triplet: 2F, 01 and 30. RGB value is (47,1,48). Sum of RGB (Red+Green+Blue) = 47+1+48=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F0130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0130 is #D0FECF. Grayscale: #131313. Windows color (decimal): -13696720 or 3146031. OLE color: 3146031.

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

Color convert

RGB 47 1 48 -
CMYK 0.02 0.98 0 0.81
HSL 298.72º 0.96% 0.1% -
HSV(B) 298.72º 0.98% 0.19% -
XYZ 1.72 0.84 2.87 -
YUV 20.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 47 1 48 0.02 0.98 0 0.81 298.72 0.96 0.1
Hex 2F 1 30 2 62 0 51 12B 60 A
Octal 57 1 60 2 142 0 121 453 140 12
Binary 101111 1 110000 10 1100010 0 1010001 100101011 1100000 1010

Color Harmonies of #2F0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0130

Black with #2F0130

Text Example


Text Example

White with #2F0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0130; }

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

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

background-color css

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

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

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

border-color css

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

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

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