Html Css Color HEX #363640 Revolver

📋 copy color: '#363640'

red 54 ◦ green 54 ◦ blue 64

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

Shades of Revolver #363640

Tints of Revolver #363640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 31.4%
G = 31.4%
B = 37.21%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363640 (or 0x363640) is known color: Revolver. HEX triplet: 36, 36 and 40. RGB value is (54,54,64). Sum of RGB (Red+Green+Blue) = 54+54+64=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #363640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363640 is #C9C9BF. Grayscale: #373737. Windows color (decimal): -13224384 or 4208182. OLE color: 4208182.

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

Color convert

RGB 54 54 64 -
CMYK 0.16 0.16 0 0.75
HSL 240º 0.08% 0.23% -
HSV(B) 240º 0.16% 0.25% -
XYZ 3.77 3.79 5.38 -
YUV 55.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 54 54 64 0.16 0.16 0 0.75 240 0.08 0.23
Hex 36 36 40 10 10 0 4B F0 8 17
Octal 66 66 100 20 20 0 113 360 10 27
Binary 110110 110110 1000000 10000 10000 0 1001011 11110000 1000 10111

Color Harmonies of #363640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363640

Black with #363640

Text Example


Text Example

White with #363640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363640; }

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

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

background-color css

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

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

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

border-color css

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

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

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