Html Css Color HEX #3B0F35 Mardi Gras

📋 copy color: '#3B0F35'

red 59 ◦ green 15 ◦ blue 53

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

Shades of Mardi Gras #3B0F35

Tints of Mardi Gras #3B0F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 41.73%

R = 46.46%
G = 11.81%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#3B0F35 (or 0x3B0F35) is known color: Mardi Gras. HEX triplet: 3B, 0F and 35. RGB value is (59,15,53). Sum of RGB (Red+Green+Blue) = 59+15+53=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F35 is #C4F0CA. Grayscale: #202020. Windows color (decimal): -12906699 or 3477307. OLE color: 3477307.

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

Color convert

RGB 59 15 53 -
CMYK 0 0.75 0.10 0.77
HSL 308.18º 0.59% 0.15% -
HSV(B) 308.18º 0.75% 0.23% -
XYZ 2.62 1.53 3.53 -
YUV 32.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 59 15 53 0 0.75 0.10 0.77 308.18 0.59 0.15
Hex 3B F 35 0 4B A 4D 134 3B F
Octal 73 17 65 0 113 12 115 464 73 17
Binary 111011 1111 110101 0 1001011 1010 1001101 100110100 111011 1111

Color Harmonies of #3B0F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0F35

Black with #3B0F35

Text Example


Text Example

White with #3B0F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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