Html Css Color HEX #363541 Revolver

📋 copy color: '#363541'

red 54 ◦ green 53 ◦ blue 65

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

Shades of Revolver #363541

Tints of Revolver #363541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.81%

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

R = 31.4%
G = 30.81%
B = 37.79%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363541 (or 0x363541) is known color: Revolver. HEX triplet: 36, 35 and 41. RGB value is (54,53,65). Sum of RGB (Red+Green+Blue) = 54+53+65=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #363541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363541 is #C9CABE. Grayscale: #363636. Windows color (decimal): -13224639 or 4273462. OLE color: 4273462.

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

Color convert

RGB 54 53 65 -
CMYK 0.17 0.18 0 0.75
HSL 245º 0.1% 0.23% -
HSV(B) 245º 0.18% 0.25% -
XYZ 3.75 3.71 5.52 -
YUV 54.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 54 53 65 0.17 0.18 0 0.75 245 0.1 0.23
Hex 36 35 41 11 12 0 4B F5 A 17
Octal 66 65 101 21 22 0 113 365 12 27
Binary 110110 110101 1000001 10001 10010 0 1001011 11110101 1010 10111

Color Harmonies of #363541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363541

Black with #363541

Text Example


Text Example

White with #363541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363541; }

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

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

background-color css

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

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

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

border-color css

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

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

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