Html Css Color HEX #36012E Mardi Gras

📋 copy color: '#36012E'

red 54 ◦ green 1 ◦ blue 46

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

Shades of Mardi Gras #36012E

Tints of Mardi Gras #36012E

RGB

 RED value IS 54 (21.48% from 255) = 53.47%

 GREEN value IS 1 (0.78% from 255) = 0.99%

 BLUE value IS 46 (18.36% from 255) = 45.54%

R = 53.47%
G = 0.99%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#36012E (or 0x36012E) is known color: Mardi Gras. HEX triplet: 36, 01 and 2E. RGB value is (54,1,46). Sum of RGB (Red+Green+Blue) = 54+1+46=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36012E is #C9FED1. Grayscale: #151515. Windows color (decimal): -13237970 or 3014966. OLE color: 3014966.

HSL color Cylindrical-coordinate representation of color #36012E: hue angle of 309.06º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36012E is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 1 46 -
CMYK 0 0.98 0.15 0.79
HSL 309.06º 0.96% 0.11% -
HSV(B) 309.06º 0.98% 0.21% -
XYZ 2.03 1 2.67 -
YUV 21.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 54 1 46 0 0.98 0.15 0.79 309.06 0.96 0.11
Hex 36 1 2E 0 62 F 4F 135 60 B
Octal 66 1 56 0 142 17 117 465 140 13
Binary 110110 1 101110 0 1100010 1111 1001111 100110101 1100000 1011

Color Harmonies of #36012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36012E

Black with #36012E

Text Example


Text Example

White with #36012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36012E; }

 p { color: rgb(54,1,46); }

 H1.HeaderClassName
 {
   color: #36012E;
 }
 .AnyTagClassName
 {
   color: #36012E;
 }
</style>

background-color css

<style>
 a { background-color: #36012E; }

 a { background-color: rgb(54,1,46); }

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

border-color css

<style>
 span { border-color: #36012E; }

 span { border-color: rgb(54,1,46); }

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