Html Css Color HEX #36363F Revolver

📋 copy color: '#36363F'

red 54 ◦ green 54 ◦ blue 63

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

Shades of Revolver #36363F

Tints of Revolver #36363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.84%

R = 31.58%
G = 31.58%
B = 36.84%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36363F (or 0x36363F) is known color: Revolver. HEX triplet: 36, 36 and 3F. RGB value is (54,54,63). Sum of RGB (Red+Green+Blue) = 54+54+63=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #36363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36363F is #C9C9C0. Grayscale: #363636. Windows color (decimal): -13224385 or 4142646. OLE color: 4142646.

HSL color Cylindrical-coordinate representation of color #36363F: 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.14%. Process color model (Four color, CMYK) of #36363F is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 54 63 -
CMYK 0.14 0.14 0 0.75
HSL 240º 0.08% 0.23% -
HSV(B) 240º 0.14% 0.25% -
XYZ 3.74 3.78 5.24 -
YUV 55.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 54 54 63 0.14 0.14 0 0.75 240 0.08 0.23
Hex 36 36 3F E E 0 4B F0 8 17
Octal 66 66 77 16 16 0 113 360 10 27
Binary 110110 110110 111111 1110 1110 0 1001011 11110000 1000 10111

Color Harmonies of #36363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36363F

Black with #36363F

Text Example


Text Example

White with #36363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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