Html Css Color HEX #3F0F3C Mardi Gras

📋 copy color: '#3F0F3C'

red 63 ◦ green 15 ◦ blue 60

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

Shades of Mardi Gras #3F0F3C

Tints of Mardi Gras #3F0F3C

RGB

 RED value IS 63 (25% from 255) = 45.65%

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

 BLUE value IS 60 (23.83% from 255) = 43.48%

R = 45.65%
G = 10.87%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#3F0F3C (or 0x3F0F3C) is known color: Mardi Gras. HEX triplet: 3F, 0F and 3C. RGB value is (63,15,60). Sum of RGB (Red+Green+Blue) = 63+15+60=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F3C is #C0F0C3. Grayscale: #222222. Windows color (decimal): -12644548 or 3936063. OLE color: 3936063.

HSL color Cylindrical-coordinate representation of color #3F0F3C: hue angle of 303.75º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F0F3C is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 15 60 -
CMYK 0 0.76 0.05 0.75
HSL 303.75º 0.62% 0.15% -
HSV(B) 303.75º 0.76% 0.25% -
XYZ 3.04 1.72 4.45 -
YUV 34.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 63 15 60 0 0.76 0.05 0.75 303.75 0.62 0.15
Hex 3F F 3C 0 4C 5 4B 130 3E F
Octal 77 17 74 0 114 5 113 460 76 17
Binary 111111 1111 111100 0 1001100 101 1001011 100110000 111110 1111

Color Harmonies of #3F0F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0F3C

Black with #3F0F3C

Text Example


Text Example

White with #3F0F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F0F3C; }

 p { color: rgb(63,15,60); }

 H1.HeaderClassName
 {
   color: #3F0F3C;
 }
 .AnyTagClassName
 {
   color: #3F0F3C;
 }
</style>

background-color css

<style>
 a { background-color: #3F0F3C; }

 a { background-color: rgb(63,15,60); }

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

border-color css

<style>
 span { border-color: #3F0F3C; }

 span { border-color: rgb(63,15,60); }

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