Html Css Color HEX #363641 Revolver

📋 copy color: '#363641'

red 54 ◦ green 54 ◦ blue 65

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

Shades of Revolver #363641

Tints of Revolver #363641

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 value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363641 (or 0x363641) is known color: 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

RGB 54 54 65 -
CMYK 0.17 0.17 0 0.75
HSL 240º 0.09% 0.23% -
HSV(B) 240º 0.17% 0.25% -
XYZ 3.79 3.8 5.54 -
YUV 55.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 54 54 65 0.17 0.17 0 0.75 240 0.09 0.23
Hex 36 36 41 11 11 0 4B F0 9 17
Octal 66 66 101 21 21 0 113 360 11 27
Binary 110110 110110 1000001 10001 10001 0 1001011 11110000 1001 10111

Color Harmonies of #363641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363641

Black with #363641

Text Example


Text Example

White with #363641

Text Example


Text Example

HTML Codes & Css Web 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>