Html Css Color HEX #3F0D3A Mardi Gras

📋 copy color: '#3F0D3A'

red 63 ◦ green 13 ◦ blue 58

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

Shades of Mardi Gras #3F0D3A

Tints of Mardi Gras #3F0D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.7%

 BLUE value IS 58 (23.05% from 255) = 43.28%

R = 47.01%
G = 9.7%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#3F0D3A (or 0x3F0D3A) is known color: Mardi Gras. HEX triplet: 3F, 0D and 3A. RGB value is (63,13,58). Sum of RGB (Red+Green+Blue) = 63+13+58=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D3A is #C0F2C5. Grayscale: #202020. Windows color (decimal): -12645062 or 3804479. OLE color: 3804479.

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

Color convert

RGB 63 13 58 -
CMYK 0 0.79 0.08 0.75
HSL 306º 0.66% 0.15% -
HSV(B) 306º 0.79% 0.25% -
XYZ 2.96 1.65 4.17 -
YUV 33.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 63 13 58 0 0.79 0.08 0.75 306 0.66 0.15
Hex 3F D 3A 0 4F 8 4B 132 42 F
Octal 77 15 72 0 117 10 113 462 102 17
Binary 111111 1101 111010 0 1001111 1000 1001011 100110010 1000010 1111

Color Harmonies of #3F0D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0D3A

Black with #3F0D3A

Text Example


Text Example

White with #3F0D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,13,58); }

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

background-color css

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

 a { background-color: rgb(63,13,58); }

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

border-color css

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

 span { border-color: rgb(63,13,58); }

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