Html Css Color HEX #363D41 Mirage

📋 copy color: '#363D41'

red 54 ◦ green 61 ◦ blue 65

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

Shades of Mirage #363D41

Tints of Mirage #363D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.89%

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 30%
G = 33.89%
B = 36.11%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363D41 (or 0x363D41) is known color: Mirage. HEX triplet: 36, 3D and 41. RGB value is (54,61,65). Sum of RGB (Red+Green+Blue) = 54+61+65=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #363D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D41 is #C9C2BE. Grayscale: #3B3B3B. Windows color (decimal): -13222591 or 4275510. OLE color: 4275510.

HSL color Cylindrical-coordinate representation of color #363D41: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #363D41 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 61 65 -
CMYK 0.17 0.06 0 0.75
HSL 201.82º 0.09% 0.23% -
HSV(B) 201.82º 0.17% 0.25% -
XYZ 4.14 4.5 5.65 -
YUV 59.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 54 61 65 0.17 0.06 0 0.75 201.82 0.09 0.23
Hex 36 3D 41 11 6 0 4B CA 9 17
Octal 66 75 101 21 6 0 113 312 11 27
Binary 110110 111101 1000001 10001 110 0 1001011 11001010 1001 10111

Color Harmonies of #363D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D41

Black with #363D41

Text Example


Text Example

White with #363D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363D41; }

 p { color: rgb(54,61,65); }

 H1.HeaderClassName
 {
   color: #363D41;
 }
 .AnyTagClassName
 {
   color: #363D41;
 }
</style>

background-color css

<style>
 a { background-color: #363D41; }

 a { background-color: rgb(54,61,65); }

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

border-color css

<style>
 span { border-color: #363D41; }

 span { border-color: rgb(54,61,65); }

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