Html Css Color HEX #3F0F37 Mardi Gras

📋 copy color: '#3F0F37'

red 63 ◦ green 15 ◦ blue 55

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

Shades of Mardi Gras #3F0F37

Tints of Mardi Gras #3F0F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 41.35%

R = 47.37%
G = 11.28%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#3F0F37 (or 0x3F0F37) is known color: Mardi Gras. HEX triplet: 3F, 0F and 37. RGB value is (63,15,55). Sum of RGB (Red+Green+Blue) = 63+15+55=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F37 is #C0F0C8. Grayscale: #212121. Windows color (decimal): -12644553 or 3608383. OLE color: 3608383.

HSL color Cylindrical-coordinate representation of color #3F0F37: hue angle of 310º 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 #3F0F37 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 15 55 -
CMYK 0 0.76 0.13 0.75
HSL 310º 0.62% 0.15% -
HSV(B) 310º 0.76% 0.25% -
XYZ 2.91 1.67 3.78 -
YUV 33.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 63 15 55 0 0.76 0.13 0.75 310 0.62 0.15
Hex 3F F 37 0 4C D 4B 136 3E F
Octal 77 17 67 0 114 15 113 466 76 17
Binary 111111 1111 110111 0 1001100 1101 1001011 100110110 111110 1111

Color Harmonies of #3F0F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0F37

Black with #3F0F37

Text Example


Text Example

White with #3F0F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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