Html Css Color HEX #3B0D3E Mardi Gras

📋 copy color: '#3B0D3E'

red 59 ◦ green 13 ◦ blue 62

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

Shades of Mardi Gras #3B0D3E

Tints of Mardi Gras #3B0D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 46.27%

R = 44.03%
G = 9.7%
B = 46.27%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3B0D3E (or 0x3B0D3E) is known color: Mardi Gras. HEX triplet: 3B, 0D and 3E. RGB value is (59,13,62). Sum of RGB (Red+Green+Blue) = 59+13+62=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B0D3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D3E is #C4F2C1. Grayscale: #202020. Windows color (decimal): -12907202 or 4066619. OLE color: 4066619.

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

Color convert

RGB 59 13 62 -
CMYK 0.05 0.79 0 0.76
HSL 296.33º 0.65% 0.15% -
HSV(B) 296.33º 0.79% 0.24% -
XYZ 2.82 1.57 4.71 -
YUV 32.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 59 13 62 0.05 0.79 0 0.76 296.33 0.65 0.15
Hex 3B D 3E 5 4F 0 4C 128 41 F
Octal 73 15 76 5 117 0 114 450 101 17
Binary 111011 1101 111110 101 1001111 0 1001100 100101000 1000001 1111

Color Harmonies of #3B0D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0D3E

Black with #3B0D3E

Text Example


Text Example

White with #3B0D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,13,62); }

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

background-color css

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

 a { background-color: rgb(59,13,62); }

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

border-color css

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

 span { border-color: rgb(59,13,62); }

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