Html Css Color HEX #2F002A Mardi Gras

📋 copy color: '#2F002A'

red 47 ◦ green 0 ◦ blue 42

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

Shades of Mardi Gras #2F002A

Tints of Mardi Gras #2F002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.81%
G = 0%
B = 47.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2F002A (or 0x2F002A) is known color: Mardi Gras. HEX triplet: 2F, 00 and 2A. RGB value is (47,0,42). Sum of RGB (Red+Green+Blue) = 47+0+42=89 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.81% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 47 - color contains mainly: red. Hex color #2F002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F002A is #D0FFD5. Grayscale: #121212. Windows color (decimal): -13696982 or 2752559. OLE color: 2752559.

HSL color Cylindrical-coordinate representation of color #2F002A: hue angle of 306.38º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F002A is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 0 42 -
CMYK 0 1 0.11 0.82
HSL 306.38º 1% 0.09% -
HSV(B) 306.38º 1% 0.18% -
XYZ 1.59 0.77 2.26 -
YUV 18.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 47 0 42 0 1 0.11 0.82 306.38 1 0.09
Hex 2F 0 2A 0 64 B 52 132 64 9
Octal 57 0 52 0 144 13 122 462 144 11
Binary 101111 0 101010 0 1100100 1011 1010010 100110010 1100100 1001

Color Harmonies of #2F002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F002A

Black with #2F002A

Text Example


Text Example

White with #2F002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,0,42); }

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

background-color css

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

 a { background-color: rgb(47,0,42); }

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

border-color css

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

 span { border-color: rgb(47,0,42); }

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