Html Css Color HEX #360F38 Mardi Gras

📋 copy color: '#360F38'

red 54 ◦ green 15 ◦ blue 56

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

Shades of Mardi Gras #360F38

Tints of Mardi Gras #360F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 44.8%

R = 43.2%
G = 12%
B = 44.8%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#360F38 (or 0x360F38) is known color: Mardi Gras. HEX triplet: 36, 0F and 38. RGB value is (54,15,56). Sum of RGB (Red+Green+Blue) = 54+15+56=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #360F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F38 is #C9F0C7. Grayscale: #1F1F1F. Windows color (decimal): -13234376 or 3673910. OLE color: 3673910.

HSL color Cylindrical-coordinate representation of color #360F38: hue angle of 297.07º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #360F38 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 15 56 -
CMYK 0.04 0.73 0 0.78
HSL 297.07º 0.58% 0.14% -
HSV(B) 297.07º 0.73% 0.22% -
XYZ 2.41 1.41 3.89 -
YUV 31.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 54 15 56 0.04 0.73 0 0.78 297.07 0.58 0.14
Hex 36 F 38 4 49 0 4E 129 3A E
Octal 66 17 70 4 111 0 116 451 72 16
Binary 110110 1111 111000 100 1001001 0 1001110 100101001 111010 1110

Color Harmonies of #360F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F38

Black with #360F38

Text Example


Text Example

White with #360F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,15,56); }

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

background-color css

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

 a { background-color: rgb(54,15,56); }

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

border-color css

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

 span { border-color: rgb(54,15,56); }

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