Html Css Color HEX #3B0F3A Mardi Gras

📋 copy color: '#3B0F3A'

red 59 ◦ green 15 ◦ blue 58

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

Shades of Mardi Gras #3B0F3A

Tints of Mardi Gras #3B0F3A

RGB

 RED value IS 59 (23.44% from 255) = 44.7%

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

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

R = 44.7%
G = 11.36%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#3B0F3A (or 0x3B0F3A) is known color: Mardi Gras. HEX triplet: 3B, 0F and 3A. RGB value is (59,15,58). Sum of RGB (Red+Green+Blue) = 59+15+58=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F3A is #C4F0C5. Grayscale: #202020. Windows color (decimal): -12906694 or 3804987. OLE color: 3804987.

HSL color Cylindrical-coordinate representation of color #3B0F3A: hue angle of 301.36º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B0F3A is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 15 58 -
CMYK 0 0.75 0.02 0.77
HSL 301.36º 0.59% 0.15% -
HSV(B) 301.36º 0.75% 0.23% -
XYZ 2.74 1.58 4.16 -
YUV 33.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 59 15 58 0 0.75 0.02 0.77 301.36 0.59 0.15
Hex 3B F 3A 0 4B 2 4D 12D 3B F
Octal 73 17 72 0 113 2 115 455 73 17
Binary 111011 1111 111010 0 1001011 10 1001101 100101101 111011 1111

Color Harmonies of #3B0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0F3A

Black with #3B0F3A

Text Example


Text Example

White with #3B0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,15,58); }

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

background-color css

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

 a { background-color: rgb(59,15,58); }

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

border-color css

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

 span { border-color: rgb(59,15,58); }

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