#363641

Color #363641 Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #363641

Tints of Revolver #363641

Color information

#363641 (or 0x363641) is unknown color: approx Revolver. HEX triplet: 36, 36 and 41. RGB value is (54,54,65). Sum of RGB (Red+Green+Blue) = 54+54+65=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #363641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363641 is #C9C9BE. Grayscale: #373737. Windows color (decimal): -13224383 or 4273718. OLE color: 4273718.

HSL color Cylindrical-coordinate representation of color #363641: hue angle of 240º 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 #363641 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB545465-
CMYK0.170.1700.75
HSL240º9.24%23.33%-
HSV(B)240º16.92%25.49%-
XYZ3.793.85.54-
YUV55.25133.5127.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.21%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=31.21%
G=31.21%
B=37.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5454650.170.1700.752409.2423.33
Hex363641111104Bf0917
Octal6666101212101133601127
Binary110110110110100000110001100010100101111110000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363641; }

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

 H1.HeaderClassName
 {
   color: #363641;
 }
 .AnyTagClassName
 {
   color: #363641;
 }
</style>
background-color css

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

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

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

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

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

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