Html Css Color HEX #36002F Mardi Gras

📋 copy color: '#36002F'

red 54 ◦ green 0 ◦ blue 47

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

Shades of Mardi Gras #36002F

Tints of Mardi Gras #36002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 47 (18.75% from 255) = 46.53%

R = 53.47%
G = 0%
B = 46.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#36002F (or 0x36002F) is known color: Mardi Gras. HEX triplet: 36, 00 and 2F. RGB value is (54,0,47). Sum of RGB (Red+Green+Blue) = 54+0+47=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36002F is #C9FFD0. Grayscale: #151515. Windows color (decimal): -13238225 or 3080246. OLE color: 3080246.

HSL color Cylindrical-coordinate representation of color #36002F: hue angle of 307.78º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36002F is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 0 47 -
CMYK 0 1 0.13 0.79
HSL 307.78º 1% 0.11% -
HSV(B) 307.78º 1% 0.21% -
XYZ 2.03 0.99 2.77 -
YUV 21.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 54 0 47 0 1 0.13 0.79 307.78 1 0.11
Hex 36 0 2F 0 64 D 4F 134 64 B
Octal 66 0 57 0 144 15 117 464 144 13
Binary 110110 0 101111 0 1100100 1101 1001111 100110100 1100100 1011

Color Harmonies of #36002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36002F

Black with #36002F

Text Example


Text Example

White with #36002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36002F; }

 p { color: rgb(54,0,47); }

 H1.HeaderClassName
 {
   color: #36002F;
 }
 .AnyTagClassName
 {
   color: #36002F;
 }
</style>

background-color css

<style>
 a { background-color: #36002F; }

 a { background-color: rgb(54,0,47); }

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

border-color css

<style>
 span { border-color: #36002F; }

 span { border-color: rgb(54,0,47); }

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