Html Css Color HEX #3D0D3B Mardi Gras

📋 copy color: '#3D0D3B'

red 61 ◦ green 13 ◦ blue 59

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

Shades of Mardi Gras #3D0D3B

Tints of Mardi Gras #3D0D3B

RGB

 RED value IS 61 (24.22% from 255) = 45.86%

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

 BLUE value IS 59 (23.44% from 255) = 44.36%

R = 45.86%
G = 9.77%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#3D0D3B (or 0x3D0D3B) is known color: Mardi Gras. HEX triplet: 3D, 0D and 3B. RGB value is (61,13,59). Sum of RGB (Red+Green+Blue) = 61+13+59=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0D3B is #C2F2C4. Grayscale: #202020. Windows color (decimal): -12776133 or 3870013. OLE color: 3870013.

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

Color convert

RGB 61 13 59 -
CMYK 0 0.79 0.03 0.76
HSL 302.5º 0.65% 0.15% -
HSV(B) 302.5º 0.79% 0.24% -
XYZ 2.86 1.6 4.3 -
YUV 32.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 61 13 59 0 0.79 0.03 0.76 302.5 0.65 0.15
Hex 3D D 3B 0 4F 3 4C 12E 41 F
Octal 75 15 73 0 117 3 114 456 101 17
Binary 111101 1101 111011 0 1001111 11 1001100 100101110 1000001 1111

Color Harmonies of #3D0D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0D3B

Black with #3D0D3B

Text Example


Text Example

White with #3D0D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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