Html Css Color HEX #2F0630 Mardi Gras

📋 copy color: '#2F0630'

red 47 ◦ green 6 ◦ blue 48

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

Shades of Mardi Gras #2F0630

Tints of Mardi Gras #2F0630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.94%

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

R = 46.53%
G = 5.94%
B = 47.52%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2F0630 (or 0x2F0630) is known color: Mardi Gras. HEX triplet: 2F, 06 and 30. RGB value is (47,6,48). Sum of RGB (Red+Green+Blue) = 47+6+48=101 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.53% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F0630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0630 is #D0F9CF. Grayscale: #161616. Windows color (decimal): -13695440 or 3147311. OLE color: 3147311.

HSL color Cylindrical-coordinate representation of color #2F0630: hue angle of 298.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F0630 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 47 6 48 -
CMYK 0.02 0.87 0 0.81
HSL 298.57º 0.78% 0.11% -
HSV(B) 298.57º 0.88% 0.19% -
XYZ 1.77 0.95 2.89 -
YUV 23.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 47 6 48 0.02 0.87 0 0.81 298.57 0.78 0.11
Hex 2F 6 30 2 57 0 51 12B 4E B
Octal 57 6 60 2 127 0 121 453 116 13
Binary 101111 110 110000 10 1010111 0 1010001 100101011 1001110 1011

Color Harmonies of #2F0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0630

Black with #2F0630

Text Example


Text Example

White with #2F0630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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