Html Css Color HEX #360B2F Mardi Gras

📋 copy color: '#360B2F'

red 54 ◦ green 11 ◦ blue 47

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

Shades of Mardi Gras #360B2F

Tints of Mardi Gras #360B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.82%

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

R = 48.21%
G = 9.82%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#360B2F (or 0x360B2F) is known color: Mardi Gras. HEX triplet: 36, 0B and 2F. RGB value is (54,11,47). Sum of RGB (Red+Green+Blue) = 54+11+47=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #360B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B2F is #C9F4D0. Grayscale: #1B1B1B. Windows color (decimal): -13235409 or 3083062. OLE color: 3083062.

HSL color Cylindrical-coordinate representation of color #360B2F: hue angle of 309.77º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B2F is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 11 47 -
CMYK 0 0.80 0.13 0.79
HSL 309.77º 0.66% 0.13% -
HSV(B) 309.77º 0.8% 0.21% -
XYZ 2.15 1.23 2.81 -
YUV 27.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 54 11 47 0 0.80 0.13 0.79 309.77 0.66 0.13
Hex 36 B 2F 0 50 D 4F 136 42 D
Octal 66 13 57 0 120 15 117 466 102 15
Binary 110110 1011 101111 0 1010000 1101 1001111 100110110 1000010 1101

Color Harmonies of #360B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B2F

Black with #360B2F

Text Example


Text Example

White with #360B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360B2F; }

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

 H1.HeaderClassName
 {
   color: #360B2F;
 }
 .AnyTagClassName
 {
   color: #360B2F;
 }
</style>

background-color css

<style>
 a { background-color: #360B2F; }

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

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

border-color css

<style>
 span { border-color: #360B2F; }

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

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